Console Output
16:02:28 + docker build -t rpm-build-tmp .
16:02:28 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
16:02:28 Install the buildx component to build images with BuildKit:
16:02:28 https://docs.docker.com/go/buildx/
16:02:28
16:03:06 Sending build context to Docker daemon 3.685GB
16:03:06
16:03:06 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
16:03:06 ---> 320757bff468
16:03:06 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~377~g389af8c-1.fc41.x86_64.rpm /root
16:03:24 ---> 36fd5c2bb85f
16:03:24 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~377~g389af8c-1.fc41.x86_64.rpm
16:03:24 ---> Running in 70b15e68a583
16:03:46 ---> Removed intermediate container 70b15e68a583
16:03:46 ---> 7d183d7ce689
16:03:46 Successfully built 7d183d7ce689
16:03:46 Successfully tagged rpm-build-tmp:latest