Console Output
02:11:09 + docker build -t rpm-build-tmp .
02:11:09 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:09 Install the buildx component to build images with BuildKit:
02:11:09 https://docs.docker.com/go/buildx/
02:11:09
02:11:11 Sending build context to Docker daemon 258.9MB
02:11:11
02:11:11 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:11:11 ---> 4c8c02429e77
02:11:11 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~303~g300b4f8-1.fc40.x86_64.rpm /root
02:11:21 ---> 91a04c8cc7f8
02:11:21 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~303~g300b4f8-1.fc40.x86_64.rpm
02:11:21 ---> Running in 2bcc681021dd
02:11:43 Removing intermediate container 2bcc681021dd
02:11:43 ---> e5ae717b9650
02:11:43 Successfully built e5ae717b9650
02:11:43 Successfully tagged rpm-build-tmp:latest