Console Output
12:08:57 + docker build -t rpm-build-tmp .
12:08:57 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
12:08:57 Install the buildx component to build images with BuildKit:
12:08:57 https://docs.docker.com/go/buildx/
12:08:57
12:09:15 Sending build context to Docker daemon 2.569GB
12:09:15
12:09:15 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
12:09:15 ---> a1331584fdeb
12:09:15 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~448~g3b640c6-1.el8.x86_64.rpm /root
12:09:19 ---> 22fba4265d67
12:09:19 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~448~g3b640c6-1.el8.x86_64.rpm
12:09:19 ---> Running in 1e9e8b7ffe8d
12:09:41 ---> Removed intermediate container 1e9e8b7ffe8d
12:09:41 ---> 7ecba21c3037
12:09:41 Successfully built 7ecba21c3037
12:09:41 Successfully tagged rpm-build-tmp:latest