Console Output
02:12:32 + docker build -t rpm-build-tmp .
02:12:32 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:32 Install the buildx component to build images with BuildKit:
02:12:32 https://docs.docker.com/go/buildx/
02:12:32
02:12:33 Sending build context to Docker daemon 314.4MB
02:12:33
02:12:33 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:12:33 ---> d02d86188b8a
02:12:33 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~216~g65c8d32-1.fc42.x86_64.rpm /root
02:13:20 ---> dcdc7ebaf4e6
02:13:20 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~216~g65c8d32-1.fc42.x86_64.rpm
02:13:20 ---> Running in 91172d515deb
02:15:11 ---> Removed intermediate container 91172d515deb
02:15:11 ---> 060330bd2f2c
02:15:11 Successfully built 060330bd2f2c
02:15:11 Successfully tagged rpm-build-tmp:latest