Console Output
02:10:53 + docker build -t rpm-build-tmp .
02:10:53 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:53 Install the buildx component to build images with BuildKit:
02:10:53 https://docs.docker.com/go/buildx/
02:10:53
02:11:32 Sending build context to Docker daemon 6.254GB
02:11:32
02:11:32 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:11:32 ---> a1331584fdeb
02:11:32 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~558~gdf247b3-1.el8.x86_64.rpm /root
02:11:37 ---> 1c7e525a158d
02:11:37 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~558~gdf247b3-1.el8.x86_64.rpm
02:11:41 ---> Running in f29d00e41c5c
02:12:28 ---> Removed intermediate container f29d00e41c5c
02:12:28 ---> fa4b936bd809
02:12:28 Successfully built fa4b936bd809
02:12:28 Successfully tagged rpm-build-tmp:latest