Console Output
02:11:34 + docker build -t rpm-build-tmp .
02:11:34 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:34 Install the buildx component to build images with BuildKit:
02:11:34 https://docs.docker.com/go/buildx/
02:11:34
02:13:11 Sending build context to Docker daemon 6.66GB
02:13:11
02:13:11 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:13:11 ---> 15c707c768f7
02:13:11 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~286~g634bf77-1.el9.x86_64.rpm /root
02:13:43 ---> f9a38b8c29f0
02:13:43 Step 3/3 : RUN curl -s -O https://build.openmodelica.org/rpm/fake/fakeprovide-omlib-all.noarch.rpm && rpm -i fakeprovide-omlib-all.noarch.rpm && rpm -i /root/openmodelica-nightly-1.27.0~dev~286~g634bf77-1.el9.x86_64.rpm
02:13:43 ---> Running in 3596067d3b76
02:14:09 ---> Removed intermediate container 3596067d3b76
02:14:09 ---> 8ae28f57c4c0
02:14:11 Successfully built 8ae28f57c4c0
02:14:12 Successfully tagged rpm-build-tmp:latest