Skip to content

Console Output

02:41:14 + docker build -t rpm-build-tmp .
02:41:14 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:41:14             Install the buildx component to build images with BuildKit:
02:41:14             https://docs.docker.com/go/buildx/
02:41:14 
02:44:05 Sending build context to Docker daemon  3.605GB
02:44:05 
02:44:05 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:44:05  ---> 4c8c02429e77
02:44:05 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~353~g24a8ae2-1.fc40.x86_64.rpm /root
02:46:27  ---> 2e5ed8e386df
02:46:27 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~353~g24a8ae2-1.fc40.x86_64.rpm
02:46:27  ---> Running in b76e47e18af4
02:47:13 Removing intermediate container b76e47e18af4
02:47:13  ---> ae61cd31517c
02:47:13 Successfully built ae61cd31517c
02:47:13 Successfully tagged rpm-build-tmp:latest