Console Output
02:09:39 + docker build -t rpm-build-tmp .
02:09:39 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:39 Install the buildx component to build images with BuildKit:
02:09:39 https://docs.docker.com/go/buildx/
02:09:39
02:09:41 Sending build context to Docker daemon 314.3MB
02:09:41
02:09:41 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:09:41 ---> d02d86188b8a
02:09:41 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~217~g93e013d-1.fc42.x86_64.rpm /root
02:10:07 ---> b32ed5d64920
02:10:07 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~217~g93e013d-1.fc42.x86_64.rpm
02:10:07 ---> Running in 3e424afcb17a
02:11:03 ---> Removed intermediate container 3e424afcb17a
02:11:03 ---> 45d83b91d1e9
02:11:03 Successfully built 45d83b91d1e9
02:11:03 Successfully tagged rpm-build-tmp:latest