Console Output
02:02:34 + docker build -t rpm-build-tmp .
02:02:34 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:02:34 Install the buildx component to build images with BuildKit:
02:02:34 https://docs.docker.com/go/buildx/
02:02:34
02:02:40 Sending build context to Docker daemon 2.48GB
02:02:40
02:02:40 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:02:40 ---> a1331584fdeb
02:02:40 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~299~gb968b0e-1.el8.x86_64.rpm /root
02:02:41 ---> 7453e96e2104
02:02:41 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.25.0~dev~299~gb968b0e-1.el8.x86_64.rpm
02:02:41 ---> Running in 0917be47cd9a
02:02:49 Removing intermediate container 0917be47cd9a
02:02:49 ---> 5d64410ca77a
02:02:49 Successfully built 5d64410ca77a
02:02:49 Successfully tagged rpm-build-tmp:latest