Console Output
02:03:35 + docker build -t rpm-build-tmp .
02:03:35 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:03:35 Install the buildx component to build images with BuildKit:
02:03:35 https://docs.docker.com/go/buildx/
02:03:35
02:04:01 Sending build context to Docker daemon 3.865GB
02:04:01
02:04:01 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:04:01 ---> 486100749672
02:04:01 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~308~g18e0a33-1.fc42.x86_64.rpm /root
02:04:04 ---> caad9abc4878
02:04:04 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~308~g18e0a33-1.fc42.x86_64.rpm
02:04:04 ---> Running in 0267d5bf41ee
02:04:14 ---> Removed intermediate container 0267d5bf41ee
02:04:14 ---> c7ec34f47c21
02:04:14 Successfully built c7ec34f47c21
02:04:14 Successfully tagged rpm-build-tmp:latest