Console Output
02:11:37 + docker build -t rpm-build-tmp .
02:11:37 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:37 Install the buildx component to build images with BuildKit:
02:11:37 https://docs.docker.com/go/buildx/
02:11:37
02:12:58 Sending build context to Docker daemon 3.865GB
02:12:58
02:12:58 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:12:58 ---> 486100749672
02:12:58 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~303~gc627b0f-1.fc42.x86_64.rpm /root
02:13:04 ---> 3848107f6739
02:13:04 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~303~gc627b0f-1.fc42.x86_64.rpm
02:13:04 ---> Running in 4ce72ccff068
02:13:22 ---> Removed intermediate container 4ce72ccff068
02:13:22 ---> e2cb468f3c7c
02:13:22 Successfully built e2cb468f3c7c
02:13:22 Successfully tagged rpm-build-tmp:latest