Console Output
18:39:52 + docker build -t rpm-build-tmp .
18:39:52 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
18:39:52 Install the buildx component to build images with BuildKit:
18:39:52 https://docs.docker.com/go/buildx/
18:39:52
18:40:24 Sending build context to Docker daemon 2.579GB
18:40:24
18:40:24 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
18:40:24 ---> a1331584fdeb
18:40:24 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~450~g33f6d74-1.el8.x86_64.rpm /root
18:40:51 ---> 25bc65cefa90
18:40:51 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~450~g33f6d74-1.el8.x86_64.rpm
18:40:51 ---> Running in 5fb7ea31a7fd
18:41:23 ---> Removed intermediate container 5fb7ea31a7fd
18:41:23 ---> 6c3ad2e43aff
18:41:23 Successfully built 6c3ad2e43aff
18:41:23 Successfully tagged rpm-build-tmp:latest