Console Output
02:11:39 + docker build -t rpm-build-tmp .
02:11:39 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:39 Install the buildx component to build images with BuildKit:
02:11:39 https://docs.docker.com/go/buildx/
02:11:39
02:11:40 Sending build context to Docker daemon 302.8MB
02:11:40
02:11:40 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:11:40 ---> 320757bff468
02:11:40 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~306~ga476a10-1.fc41.x86_64.rpm /root
02:12:12 ---> 3a46ae4ea5ca
02:12:12 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~306~ga476a10-1.fc41.x86_64.rpm
02:12:12 ---> Running in b64789c1e042
02:12:59 ---> Removed intermediate container b64789c1e042
02:12:59 ---> 8cba8c893069
02:12:59 Successfully built 8cba8c893069
02:12:59 Successfully tagged rpm-build-tmp:latest