Console Output
02:32:09 + docker build -t rpm-build-tmp .
02:32:09 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:32:09 Install the buildx component to build images with BuildKit:
02:32:09 https://docs.docker.com/go/buildx/
02:32:09
02:32:48 Sending build context to Docker daemon 5.935GB
02:32:48
02:32:48 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:32:48 ---> a1331584fdeb
02:32:48 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~398~g4f98de0-1.el8.x86_64.rpm /root
02:33:15 ---> eb1a49355117
02:33:15 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~398~g4f98de0-1.el8.x86_64.rpm
02:33:15 ---> Running in 80169882cc09
02:34:11 ---> Removed intermediate container 80169882cc09
02:34:11 ---> b74cf7c3bf16
02:34:11 Successfully built b74cf7c3bf16
02:34:11 Successfully tagged rpm-build-tmp:latest