Console Output
02:15:03 + docker build -t rpm-build-tmp .
02:15:03 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:15:03 Install the buildx component to build images with BuildKit:
02:15:03 https://docs.docker.com/go/buildx/
02:15:03
02:17:55 Sending build context to Docker daemon 3.639GB
02:17:55
02:17:55 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:17:55 ---> 6f15ad1489cd
02:17:55 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~147~gd750806-1.fc40.x86_64.rpm /root
02:18:41 ---> 8a51400df004
02:18:41 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~147~gd750806-1.fc40.x86_64.rpm
02:18:41 ---> Running in 9f047916bacd
02:19:20 Removing intermediate container 9f047916bacd
02:19:20 ---> 71630af63c4e
02:19:21 Successfully built 71630af63c4e
02:19:22 Successfully tagged rpm-build-tmp:latest