Console Output
02:12:00 + docker build -t rpm-build-tmp .
02:12:00 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:00 Install the buildx component to build images with BuildKit:
02:12:00 https://docs.docker.com/go/buildx/
02:12:00
02:12:15 Sending build context to Docker daemon 2.432GB
02:12:15
02:12:15 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:12:15 ---> b0b00f9a3fbe
02:12:15 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~331~g28b9a76-1.el9.x86_64.rpm /root
02:12:17 ---> 42260bc7f8d4
02:12:17 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~331~g28b9a76-1.el9.x86_64.rpm
02:12:17 ---> Running in b043885a55a3
02:12:32 Removing intermediate container b043885a55a3
02:12:32 ---> 46d8f3438c81
02:12:32 Successfully built 46d8f3438c81
02:12:32 Successfully tagged rpm-build-tmp:latest