Console Output
02:08:02 + docker build -t rpm-build-tmp .
02:08:02 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:08:02 Install the buildx component to build images with BuildKit:
02:08:02 https://docs.docker.com/go/buildx/
02:08:02
02:08:29 Sending build context to Docker daemon 3.586GB
02:08:29
02:08:29 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:08:29 ---> 320757bff468
02:08:29 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~270~gafff065-1.fc41.x86_64.rpm /root
02:08:29 ---> 6fb6b748de4b
02:08:29 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~270~gafff065-1.fc41.x86_64.rpm
02:08:30 ---> Running in 3b0ed3916f35
02:08:40 Removing intermediate container 3b0ed3916f35
02:08:40 ---> 58f5ce3bc67c
02:08:40 Successfully built 58f5ce3bc67c
02:08:40 Successfully tagged rpm-build-tmp:latest