Console Output
02:00:22 + docker build -t rpm-build-tmp .
02:00:22 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:00:22 Install the buildx component to build images with BuildKit:
02:00:22 https://docs.docker.com/go/buildx/
02:00:22
02:00:37 Sending build context to Docker daemon 5.875GB
02:00:37
02:00:37 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:00:37 ---> b8d6c4c44a5d
02:00:37 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~121~g3b470d1-1.el8.x86_64.rpm /root
02:00:37 ---> 758717117bc8
02:00:37 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~121~g3b470d1-1.el8.x86_64.rpm
02:00:37 ---> Running in d732874450fc
02:00:45 Removing intermediate container d732874450fc
02:00:45 ---> 87ff521b6dcf
02:00:45 Successfully built 87ff521b6dcf
02:00:45 Successfully tagged rpm-build-tmp:latest