Console Output
02:09:34 + docker build -t rpm-build-tmp .
02:09:34 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:34 Install the buildx component to build images with BuildKit:
02:09:34 https://docs.docker.com/go/buildx/
02:09:34
02:10:06 Sending build context to Docker daemon 2.678GB
02:10:06
02:10:06 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:10:06 ---> 15c707c768f7
02:10:06 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~216~g65c8d32-1.el9.x86_64.rpm /root
02:10:14 ---> 43f4188ea7f4
02:10:14 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.27.0~dev~216~g65c8d32-1.el9.x86_64.rpm
02:10:14 ---> Running in 3a32550e292f
02:10:32 ---> Removed intermediate container 3a32550e292f
02:10:32 ---> 74b3c2ec937a
02:10:32 Successfully built 74b3c2ec937a
02:10:32 Successfully tagged rpm-build-tmp:latest