Console Output
02:13:48 + docker build -t rpm-build-tmp .
02:13:48 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:13:48 Install the buildx component to build images with BuildKit:
02:13:48 https://docs.docker.com/go/buildx/
02:13:48
02:14:26 Sending build context to Docker daemon 3.58GB
02:14:26
02:14:26 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:14:26 ---> 4c8c02429e77
02:14:26 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~4~g7fe16b3-1.fc40.x86_64.rpm /root
02:14:34 ---> 7a9e3b5633a0
02:14:34 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~4~g7fe16b3-1.fc40.x86_64.rpm
02:14:34 ---> Running in 97d71e12aef4
02:14:47 ---> Removed intermediate container 97d71e12aef4
02:14:47 ---> d66a4e9d91dc
02:14:48 Successfully built d66a4e9d91dc
02:14:48 Successfully tagged rpm-build-tmp:latest