Console Output
04:05:31 + docker build -t rpm-build-tmp .
04:05:31 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
04:05:31 Install the buildx component to build images with BuildKit:
04:05:31 https://docs.docker.com/go/buildx/
04:05:31
04:05:53 Sending build context to Docker daemon 5.928GB
04:05:53
04:05:53 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
04:05:53 ---> a1331584fdeb
04:05:53 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~497~gd5a267a-1.el8.x86_64.rpm /root
04:06:25 ---> 49ce66ad57e1
04:06:25 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~497~gd5a267a-1.el8.x86_64.rpm
04:06:25 ---> Running in 1793d84bd98a
04:06:40 ---> Removed intermediate container 1793d84bd98a
04:06:40 ---> 95be9d9fcc63
04:06:41 Successfully built 95be9d9fcc63
04:06:41 Successfully tagged rpm-build-tmp:latest