Console Output
02:07:51 + docker build -t rpm-build-tmp .
02:07:51 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:07:51 Install the buildx component to build images with BuildKit:
02:07:51 https://docs.docker.com/go/buildx/
02:07:51
02:08:59 Sending build context to Docker daemon 6.157GB
02:08:59
02:08:59 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:08:59 ---> b0b00f9a3fbe
02:08:59 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~308~g18e0a33-1.el9.x86_64.rpm /root
02:09:38 ---> 0ebbffc420d6
02:09:38 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.26.0~dev~308~g18e0a33-1.el9.x86_64.rpm
02:09:38 ---> Running in 5b29ab3c55e9
02:09:56 ---> Removed intermediate container 5b29ab3c55e9
02:09:56 ---> 8e53b84782ce
02:09:58 Successfully built 8e53b84782ce
02:09:58 Successfully tagged rpm-build-tmp:latest