Console Output
02:04:54 + docker build -t rpm-build-tmp .
02:04:54 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:04:54 Install the buildx component to build images with BuildKit:
02:04:54 https://docs.docker.com/go/buildx/
02:04:54
02:07:16 Sending build context to Docker daemon 3.623GB
02:07:16
02:07:16 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:07:16 ---> 320757bff468
02:07:16 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~266~gebcbfc5-1.fc41.x86_64.rpm /root
02:08:23 ---> 913e7fda544d
02:08:23 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~266~gebcbfc5-1.fc41.x86_64.rpm
02:08:23 ---> Running in 218834ba02f0
02:08:55 Removing intermediate container 218834ba02f0
02:08:55 ---> 00fbfb1b6c37
02:08:57 Successfully built 00fbfb1b6c37
02:08:58 Successfully tagged rpm-build-tmp:latest