Console Output
02:05:17 + docker build -t rpm-build-tmp .
02:05:17 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:05:17 Install the buildx component to build images with BuildKit:
02:05:17 https://docs.docker.com/go/buildx/
02:05:17
02:05:18 Sending build context to Docker daemon 302.3MB
02:05:18
02:05:18 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:05:18 ---> 486100749672
02:05:18 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~330~geab8bf9-1.fc42.x86_64.rpm /root
02:05:45 ---> d1bec1f498e0
02:05:45 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~330~geab8bf9-1.fc42.x86_64.rpm
02:05:45 ---> Running in 6a7cf8f50fdf
02:06:32 ---> Removed intermediate container 6a7cf8f50fdf
02:06:32 ---> 19a1ef545fef
02:06:32 Successfully built 19a1ef545fef
02:06:32 Successfully tagged rpm-build-tmp:latest