Console Output
02:04:48 + docker build -t rpm-build-tmp .
02:04:48 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:04:48 Install the buildx component to build images with BuildKit:
02:04:48 https://docs.docker.com/go/buildx/
02:04:48
02:05:03 Sending build context to Docker daemon 3.818GB
02:05:03
02:05:03 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:05:03 ---> 486100749672
02:05:03 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~375~g3be5741-1.fc42.x86_64.rpm /root
02:05:17 ---> 499d894b9036
02:05:17 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~375~g3be5741-1.fc42.x86_64.rpm
02:05:17 ---> Running in 260ab38648c1
02:05:26 ---> Removed intermediate container 260ab38648c1
02:05:26 ---> 8762ebb15115
02:05:26 Successfully built 8762ebb15115
02:05:26 Successfully tagged rpm-build-tmp:latest