Console Output
02:11:08 + docker build -t rpm-build-tmp .
02:11:08 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:08 Install the buildx component to build images with BuildKit:
02:11:08 https://docs.docker.com/go/buildx/
02:11:08
02:11:09 Sending build context to Docker daemon 301.4MB
02:11:09
02:11:09 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:11:09 ---> 486100749672
02:11:09 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~328~g69c7963-1.fc42.x86_64.rpm /root
02:11:41 ---> d4fe35ab0aa0
02:11:41 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~328~g69c7963-1.fc42.x86_64.rpm
02:11:41 ---> Running in 1698859923e6
02:12:28 ---> Removed intermediate container 1698859923e6
02:12:28 ---> cf14f855412a
02:12:28 Successfully built cf14f855412a
02:12:28 Successfully tagged rpm-build-tmp:latest