Console Output
19:27:30 + docker build -t rpm-build-tmp .
19:27:30 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
19:27:30 Install the buildx component to build images with BuildKit:
19:27:30 https://docs.docker.com/go/buildx/
19:27:30
19:28:08 Sending build context to Docker daemon 6.068GB
19:28:08
19:28:08 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
19:28:08 ---> a1331584fdeb
19:28:08 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~20~g511a77f-1.el8.x86_64.rpm /root
19:28:15 ---> 2e1acfd4e7b7
19:28: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.27.0~dev~20~g511a77f-1.el8.x86_64.rpm
19:28:15 ---> Running in bd503f20afa7
19:28:33 ---> Removed intermediate container bd503f20afa7
19:28:33 ---> 5646c946a3db
19:28:34 Successfully built 5646c946a3db
19:28:34 Successfully tagged rpm-build-tmp:latest