Console Output
03:28:08 + docker build -t rpm-build-tmp .
03:28:08 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
03:28:08 Install the buildx component to build images with BuildKit:
03:28:08 https://docs.docker.com/go/buildx/
03:28:08
03:28:30 Sending build context to Docker daemon 2.772GB
03:28:30
03:28:31 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
03:28:31 ---> 15c707c768f7
03:28:31 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~269~g307de3f-1.el9.x86_64.rpm /root
03:30:52 ---> 19478b149dfa
03:30:52 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~269~g307de3f-1.el9.x86_64.rpm
03:30:52 ---> Running in 073ebffe8378
03:31:39 ---> Removed intermediate container 073ebffe8378
03:31:39 ---> f9d14d5ec522
03:31:39 Successfully built f9d14d5ec522
03:31:39 Successfully tagged rpm-build-tmp:latest