Console Output
02:01:48 + docker build -t rpm-build-tmp .
02:01:48 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:01:48 Install the buildx component to build images with BuildKit:
02:01:48 https://docs.docker.com/go/buildx/
02:01:48
02:01:56 Sending build context to Docker daemon 5.79GB
02:01:56
02:01:56 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:01:56 ---> a1331584fdeb
02:01:56 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~1~g3b8c0d4-1.el8.x86_64.rpm /root
02:01:58 ---> b4eed30481c6
02:01:58 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~1~g3b8c0d4-1.el8.x86_64.rpm
02:01:58 ---> Running in c1e2e9e4fa48
02:02:03 ---> Removed intermediate container c1e2e9e4fa48
02:02:03 ---> c0a8001322a7
02:02:05 Successfully built c0a8001322a7
02:02:05 Successfully tagged rpm-build-tmp:latest