Console Output
15:59:46 + docker build -t rpm-build-tmp .
15:59:46 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
15:59:46 Install the buildx component to build images with BuildKit:
15:59:46 https://docs.docker.com/go/buildx/
15:59:46
16:00:05 Sending build context to Docker daemon 2.642GB
16:00:05
16:00:05 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
16:00:05 ---> a1331584fdeb
16:00:05 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~377~g389af8c-1.el8.x86_64.rpm /root
16:00:08 ---> fdb1cef7fbd8
16:00:08 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~377~g389af8c-1.el8.x86_64.rpm
16:00:08 ---> Running in 0850dcce6870
16:00:30 ---> Removed intermediate container 0850dcce6870
16:00:30 ---> 6f89199f6580
16:00:30 Successfully built 6f89199f6580
16:00:30 Successfully tagged rpm-build-tmp:latest