Console Output
02:12:42 + docker build -t rpm-build-tmp .
02:12:42 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:42 Install the buildx component to build images with BuildKit:
02:12:42 https://docs.docker.com/go/buildx/
02:12:42
02:14:18 Sending build context to Docker daemon 5.073GB
02:14:18
02:14:18 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
02:14:18 ---> 80d44c85c12b
02:14:18 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~121~g3b470d1-1.fc39.x86_64.rpm /root
02:14:26 ---> a578bbb83a37
02:14:26 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~121~g3b470d1-1.fc39.x86_64.rpm
02:14:26 ---> Running in 9deacc4715b2
02:14:48 Removing intermediate container 9deacc4715b2
02:14:48 ---> 35628d27b335
02:14:48 Successfully built 35628d27b335
02:14:48 Successfully tagged rpm-build-tmp:latest