Console Output
03:22:09 + docker build -t rpm-build-tmp .
03:22:09 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
03:22:09 Install the buildx component to build images with BuildKit:
03:22:09 https://docs.docker.com/go/buildx/
03:22:09
03:22:41 Sending build context to Docker daemon 2.839GB
03:22:41
03:22:41 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
03:22:41 ---> ab8bfe16bcf7
03:22:41 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~269~g307de3f-1.el8.x86_64.rpm /root
03:23:28 ---> 81cbd529e210
03:23:28 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~269~g307de3f-1.el8.x86_64.rpm
03:23:28 ---> Running in 303313b6e19b
03:24:06 ---> Removed intermediate container 303313b6e19b
03:24:06 ---> de73208dd990
03:24:06 Successfully built de73208dd990
03:24:06 Successfully tagged rpm-build-tmp:latest