Console Output
02:21:22 + docker build -t rpm-build-tmp .
02:21:22 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:21:22 Install the buildx component to build images with BuildKit:
02:21:22 https://docs.docker.com/go/buildx/
02:21:22
02:22:01 Sending build context to Docker daemon 3.58GB
02:22:01
02:22:01 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:22:01 ---> 4c8c02429e77
02:22:01 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev-1.fc40.x86_64.rpm /root
02:22:22 ---> 38550f95f38c
02:22:22 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev-1.fc40.x86_64.rpm
02:22:22 ---> Running in b53bc664610a
02:22:41 ---> Removed intermediate container b53bc664610a
02:22:41 ---> ce1d39acd7ec
02:22:41 Successfully built ce1d39acd7ec
02:22:41 Successfully tagged rpm-build-tmp:latest