Console Output
11:38:27 + docker build -t rpm-build-tmp .
11:38:27 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
11:38:27 Install the buildx component to build images with BuildKit:
11:38:27 https://docs.docker.com/go/buildx/
11:38:27
11:42:03 Sending build context to Docker daemon 5.785GB
11:42:03
11:42:03 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
11:42:03 ---> b0b00f9a3fbe
11:42:03 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~256~g15e95b0-1.el9.x86_64.rpm /root
11:43:25 ---> 913a9b7fc653
11:43:25 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.25.0~dev~256~g15e95b0-1.el9.x86_64.rpm
11:43:25 ---> Running in d0305f7e31dd
11:44:03 Removing intermediate container d0305f7e31dd
11:44:03 ---> 2c7d0de585fe
11:44:03 Successfully built 2c7d0de585fe
11:44:03 Successfully tagged rpm-build-tmp:latest