Console Output
02:09:58 + docker build -t rpm-build-tmp .
02:09:58 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:58 Install the buildx component to build images with BuildKit:
02:09:58 https://docs.docker.com/go/buildx/
02:09:58
02:11:34 Sending build context to Docker daemon 3.606GB
02:11:34
02:11:34 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:11:34 ---> 320757bff468
02:11:34 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~339~gc43eca2-1.fc41.x86_64.rpm /root
02:13:40 ---> 20bba46d22a8
02:13:40 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~339~gc43eca2-1.fc41.x86_64.rpm
02:13:40 ---> Running in 877dd058de03
02:14:19 Removing intermediate container 877dd058de03
02:14:19 ---> b2e05cacacfb
02:14:19 Successfully built b2e05cacacfb
02:14:19 Successfully tagged rpm-build-tmp:latest