Console Output
02:03:03 + docker build -t rpm-build-tmp .
02:03:03 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:03:03 Install the buildx component to build images with BuildKit:
02:03:03 https://docs.docker.com/go/buildx/
02:03:03
02:03:21 Sending build context to Docker daemon 5.996GB
02:03:21
02:03:21 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:03:21 ---> a1331584fdeb
02:03:21 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~301~g8e080ca-1.el8.x86_64.rpm /root
02:03:29 ---> 2846a7c22ebb
02:03:29 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~301~g8e080ca-1.el8.x86_64.rpm
02:03:29 ---> Running in d7772c9eebfa
02:03:44 ---> Removed intermediate container d7772c9eebfa
02:03:44 ---> 9da201d1d430
02:03:45 Successfully built 9da201d1d430
02:03:45 Successfully tagged rpm-build-tmp:latest