Console Output
02:04:49 + docker build -t rpm-build-tmp .
02:04:49 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:04:49 Install the buildx component to build images with BuildKit:
02:04:49 https://docs.docker.com/go/buildx/
02:04:49
02:05:45 Sending build context to Docker daemon 3.881GB
02:05:45
02:05:45 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:05:45 ---> 486100749672
02:05:45 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~337~gcdeab34-1.fc42.x86_64.rpm /root
02:05:57 ---> a9cc5b457d7e
02:05:57 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~337~gcdeab34-1.fc42.x86_64.rpm
02:05:57 ---> Running in 9a1bc8e99e13
02:06:12 ---> Removed intermediate container 9a1bc8e99e13
02:06:12 ---> b580c68f784c
02:06:14 Successfully built b580c68f784c
02:06:14 Successfully tagged rpm-build-tmp:latest