Console Output
02:03:34 + docker build -t rpm-build-tmp .
02:03:34 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:03:34 Install the buildx component to build images with BuildKit:
02:03:34 https://docs.docker.com/go/buildx/
02:03:34
02:04:00 Sending build context to Docker daemon 3.798GB
02:04:00
02:04:00 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:04:00 ---> 486100749672
02:04:00 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~301~g8e080ca-1.fc42.x86_64.rpm /root
02:04:04 ---> 94c6e0f51cbc
02:04:04 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~301~g8e080ca-1.fc42.x86_64.rpm
02:04:04 ---> Running in 7ace79be0c80
02:04:14 ---> Removed intermediate container 7ace79be0c80
02:04:14 ---> 978760caaabf
02:04:16 Successfully built 978760caaabf
02:04:16 Successfully tagged rpm-build-tmp:latest