Console Output
17:53:25 + docker build -t rpm-build-tmp .
17:53:25 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
17:53:25 Install the buildx component to build images with BuildKit:
17:53:25 https://docs.docker.com/go/buildx/
17:53:25
17:53:47 Sending build context to Docker daemon 6.19GB
17:53:47
17:53:47 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
17:53:47 ---> b0b00f9a3fbe
17:53:47 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~3~ga0e536d-1.el9.x86_64.rpm /root
17:55:08 ---> 043d866b926b
17:55:08 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~3~ga0e536d-1.el9.x86_64.rpm
17:55:13 ---> Running in af907a0470f0
17:55:52 ---> Removed intermediate container af907a0470f0
17:55:52 ---> 243886726ee0
17:55:52 Successfully built 243886726ee0
17:55:52 Successfully tagged rpm-build-tmp:latest