Console Output
19:24:41 + docker build -t rpm-build-tmp .
19:24:41 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
19:24:41 Install the buildx component to build images with BuildKit:
19:24:41 https://docs.docker.com/go/buildx/
19:24:41
19:25:13 Sending build context to Docker daemon 5.783GB
19:25:13
19:25:13 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
19:25:13 ---> b0b00f9a3fbe
19:25:13 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~265~g81aa464-1.el9.x86_64.rpm /root
19:25:23 ---> 3afba34b4d21
19:25:23 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~265~g81aa464-1.el9.x86_64.rpm
19:25:23 ---> Running in d2879b4003e3
19:25:33 Removing intermediate container d2879b4003e3
19:25:33 ---> d27e68b8f3ba
19:25:35 Successfully built d27e68b8f3ba
19:25:35 Successfully tagged rpm-build-tmp:latest