Console Output
12:08:18 + docker build -t rpm-build-tmp .
12:08:18 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
12:08:18 Install the buildx component to build images with BuildKit:
12:08:18 https://docs.docker.com/go/buildx/
12:08:18
12:08:44 Sending build context to Docker daemon 2.506GB
12:08:44
12:08:44 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
12:08:44 ---> b0b00f9a3fbe
12:08:44 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~448~g3b640c6-1.el9.x86_64.rpm /root
12:09:16 ---> 848627324c08
12:09:16 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~448~g3b640c6-1.el9.x86_64.rpm
12:09:16 ---> Running in 1181d9829661
12:09:29 ---> Removed intermediate container 1181d9829661
12:09:29 ---> c2d83bfa1f6f
12:09:29 Successfully built c2d83bfa1f6f
12:09:29 Successfully tagged rpm-build-tmp:latest