Console Output
02:32:25 + docker build -t rpm-build-tmp .
02:32:25 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:32:25 Install the buildx component to build images with BuildKit:
02:32:25 https://docs.docker.com/go/buildx/
02:32:25
02:32:27 Sending build context to Docker daemon 259MB
02:32:27
02:32:27 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:32:27 ---> 4c8c02429e77
02:32:27 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~400~g89d6008-1.fc40.x86_64.rpm /root
02:32:33 ---> 619d0562672a
02:32:33 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~400~g89d6008-1.fc40.x86_64.rpm
02:32:34 ---> Running in 91b9aff68307
02:32:52 ---> Removed intermediate container 91b9aff68307
02:32:52 ---> f0b0da92bdf1
02:32:52 Successfully built f0b0da92bdf1
02:32:52 Successfully tagged rpm-build-tmp:latest