Console Output
02:03:52 + docker build -t rpm-build-tmp .
02:03:52 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:03:52 Install the buildx component to build images with BuildKit:
02:03:52 https://docs.docker.com/go/buildx/
02:03:52
02:04:10 Sending build context to Docker daemon 3.885GB
02:04:10
02:04:10 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:04:10 ---> 486100749672
02:04:10 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~311~g9b192aa-1.fc42.x86_64.rpm /root
02:04:11 ---> dd48dae53f4f
02:04:11 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~311~g9b192aa-1.fc42.x86_64.rpm
02:04:11 ---> Running in c2d364a7fe67
02:04:15 ---> Removed intermediate container c2d364a7fe67
02:04:15 ---> f374268df121
02:04:17 Successfully built f374268df121
02:04:17 Successfully tagged rpm-build-tmp:latest