Console Output
00:07:18 + docker build -t rpm-build-tmp .
00:07:18 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
00:07:18 Install the buildx component to build images with BuildKit:
00:07:18 https://docs.docker.com/go/buildx/
00:07:18
00:09:39 Sending build context to Docker daemon 3.63GB
00:09:39
00:09:39 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
00:09:39 ---> 320757bff468
00:09:39 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~56~g4cdfe1b-1.fc41.x86_64.rpm /root
00:11:31 ---> 7e1d8965fd8e
00:11:31 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~56~g4cdfe1b-1.fc41.x86_64.rpm
00:11:31 ---> Running in 8d101993bedb
00:12:09 ---> Removed intermediate container 8d101993bedb
00:12:09 ---> 47554a1d7ec5
00:12:09 Successfully built 47554a1d7ec5
00:12:09 Successfully tagged rpm-build-tmp:latest