Console Output
02:39:28 + docker build -t rpm-build-tmp .
02:39:28 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:39:28 Install the buildx component to build images with BuildKit:
02:39:28 https://docs.docker.com/go/buildx/
02:39:28
02:40:07 Sending build context to Docker daemon 3.624GB
02:40:07
02:40:07 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:40:07 ---> 320757bff468
02:40:07 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~412~g3ea017f-1.fc41.x86_64.rpm /root
02:41:28 ---> 419184cb9aab
02:41:28 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~412~g3ea017f-1.fc41.x86_64.rpm
02:41:28 ---> Running in 0e281be3c70e
02:41:43 ---> Removed intermediate container 0e281be3c70e
02:41:43 ---> 5930266bc508
02:41:44 Successfully built 5930266bc508
02:41:44 Successfully tagged rpm-build-tmp:latest