Console Output
02:09:46 + docker build -t rpm-build-tmp .
02:09:46 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:46 Install the buildx component to build images with BuildKit:
02:09:46 https://docs.docker.com/go/buildx/
02:09:46
02:10:08 Sending build context to Docker daemon 6.04GB
02:10:08
02:10:08 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:10:08 ---> a1331584fdeb
02:10:08 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~379~g243ff5f-1.el8.x86_64.rpm /root
02:10:18 ---> d7f4ee2a9312
02:10:18 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~379~g243ff5f-1.el8.x86_64.rpm
02:10:18 ---> Running in eb082477ef61
02:10:30 ---> Removed intermediate container eb082477ef61
02:10:30 ---> 2d494f1ce48e
02:10:30 Successfully built 2d494f1ce48e
02:10:31 Successfully tagged rpm-build-tmp:latest