Console Output
02:11:12 + docker build -t rpm-build-tmp .
02:11:12 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:12 Install the buildx component to build images with BuildKit:
02:11:12 https://docs.docker.com/go/buildx/
02:11:12
02:11:50 Sending build context to Docker daemon 3.581GB
02:11:50
02:11:50 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:11:50 ---> 4c8c02429e77
02:11:50 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~1~g3b8c0d4-1.fc40.x86_64.rpm /root
02:12:17 ---> a9e2501a51c9
02:12:17 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~1~g3b8c0d4-1.fc40.x86_64.rpm
02:12:17 ---> Running in 3305bbca2efa
02:12:32 ---> Removed intermediate container 3305bbca2efa
02:12:32 ---> 983db28170da
02:12:33 Successfully built 983db28170da
02:12:33 Successfully tagged rpm-build-tmp:latest