Console Output
02:15:54 + docker build -t rpm-build-tmp .
02:15:54 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:15:54 Install the buildx component to build images with BuildKit:
02:15:54 https://docs.docker.com/go/buildx/
02:15:54
02:18:30 Sending build context to Docker daemon 3.6GB
02:18:30
02:18:30 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:18:30 ---> 320757bff468
02:18:30 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~1~g3b8c0d4-1.fc41.x86_64.rpm /root
02:19:17 ---> bdc924fc22c1
02:19:17 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~1~g3b8c0d4-1.fc41.x86_64.rpm
02:19:17 ---> Running in 3e1ba407e2fd
02:19:55 ---> Removed intermediate container 3e1ba407e2fd
02:19:55 ---> bf3bed3b8734
02:19:57 Successfully built bf3bed3b8734
02:19:58 Successfully tagged rpm-build-tmp:latest