Console Output
02:16:01 + docker build -t rpm-build-tmp .
02:16:01 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:16:01 Install the buildx component to build images with BuildKit:
02:16:01 https://docs.docker.com/go/buildx/
02:16:01
02:16:19 Sending build context to Docker daemon 3.865GB
02:16:19
02:16:19 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:16:19 ---> 486100749672
02:16:19 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~305~g62eaad3-1.fc42.x86_64.rpm /root
02:16:23 ---> 4262c996d5af
02:16:23 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~305~g62eaad3-1.fc42.x86_64.rpm
02:16:23 ---> Running in 66a1aa6009b2
02:16:27 ---> Removed intermediate container 66a1aa6009b2
02:16:27 ---> 92c8dd7bf87c
02:16:28 Successfully built 92c8dd7bf87c
02:16:28 Successfully tagged rpm-build-tmp:latest