Console Output
19:50:25 + docker build -t rpm-build-tmp .
19:50:25 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
19:50:25 Install the buildx component to build images with BuildKit:
19:50:25 https://docs.docker.com/go/buildx/
19:50:25
19:50:27 Sending build context to Docker daemon 313.4MB
19:50:27
19:50:27 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
19:50:27 ---> d02d86188b8a
19:50:27 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~123~g460a4e4-1.fc42.x86_64.rpm /root
19:50:53 ---> 725b4a4b674e
19:50:53 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~123~g460a4e4-1.fc42.x86_64.rpm
19:50:53 ---> Running in ac90fdc43995
19:51:40 ---> Removed intermediate container ac90fdc43995
19:51:40 ---> 1d0de14eaabc
19:51:40 Successfully built 1d0de14eaabc
19:51:40 Successfully tagged rpm-build-tmp:latest