Console Output
02:48:16 + docker build -t rpm-build-tmp .
02:48:16 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:48:16 Install the buildx component to build images with BuildKit:
02:48:16 https://docs.docker.com/go/buildx/
02:48:16
02:48:43 Sending build context to Docker daemon 2.446GB
02:48:43
02:48:43 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:48:43 ---> 9b8b1ced7054
02:48:43 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~106~g9825630-1.el9.x86_64.rpm /root
02:49:21 ---> 1b0b17af12b4
02:49:21 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~106~g9825630-1.el9.x86_64.rpm
02:49:21 ---> Running in aa7fbdc621b5
02:49:39 Removing intermediate container aa7fbdc621b5
02:49:39 ---> 9ddb4c7fd88a
02:49:39 Successfully built 9ddb4c7fd88a
02:49:39 Successfully tagged rpm-build-tmp:latest