Console Output
02:32:03 + docker build -t rpm-build-tmp .
02:32:03 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:32:03 Install the buildx component to build images with BuildKit:
02:32:03 https://docs.docker.com/go/buildx/
02:32:03
02:33:11 Sending build context to Docker daemon 5.853GB
02:33:11
02:33:11 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:33:11 ---> b0b00f9a3fbe
02:33:11 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~455~g41a8099-1.el9.x86_64.rpm /root
02:37:17 ---> 47d718338c51
02:37:17 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~455~g41a8099-1.el9.x86_64.rpm
02:37:18 ---> Running in f43d9d4d0b6b
02:38:04 ---> Removed intermediate container f43d9d4d0b6b
02:38:04 ---> aed87250ba6d
02:38:05 Successfully built aed87250ba6d
02:38:07 Successfully tagged rpm-build-tmp:latest