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:24 Sending build context to Docker daemon 3.872GB
02:04:24
02:04:24 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:04:24 ---> 486100749672
02:04:24 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~387~g2e2959b-1.fc42.x86_64.rpm /root
02:04:25 ---> 35c32227c1fc
02:04:25 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~387~g2e2959b-1.fc42.x86_64.rpm
02:04:25 ---> Running in b38bc840187f
02:04:37 ---> Removed intermediate container b38bc840187f
02:04:37 ---> 9cdcc2bbd8d6
02:04:37 Successfully built 9cdcc2bbd8d6
02:04:37 Successfully tagged rpm-build-tmp:latest