Console Output
19:25:25 + docker build -t rpm-build-tmp .
19:25:25 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
19:25:25 Install the buildx component to build images with BuildKit:
19:25:25 https://docs.docker.com/go/buildx/
19:25:25
19:26:21 Sending build context to Docker daemon 3.624GB
19:26:21
19:26:21 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
19:26:21 ---> 320757bff468
19:26:21 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~265~g81aa464-1.fc41.x86_64.rpm /root
19:28:43 ---> 75d8dac60cfc
19:28:43 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~265~g81aa464-1.fc41.x86_64.rpm
19:28:43 ---> Running in a7dd8132883e
19:29:51 Removing intermediate container a7dd8132883e
19:29:51 ---> 7dcaede6269d
19:29:51 Successfully built 7dcaede6269d
19:29:51 Successfully tagged rpm-build-tmp:latest