Console Output
11:56:31 + docker build -t rpm-build-tmp .
11:56:31 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
11:56:31 Install the buildx component to build images with BuildKit:
11:56:31 https://docs.docker.com/go/buildx/
11:56:31
11:56:36 Sending build context to Docker daemon 3.972GB
11:56:36
11:56:36 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
11:56:36 ---> 06a1180650ab
11:56:36 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~448~g3b640c6-1.el10.x86_64.rpm /root
11:56:38 ---> 267df3f4d9ef
11:56:38 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.26.0~dev~448~g3b640c6-1.el10.x86_64.rpm
11:56:38 ---> Running in 322bf785e34b
11:56:41 ---> Removed intermediate container 322bf785e34b
11:56:41 ---> 2c28cff4fb45
11:56:41 Successfully built 2c28cff4fb45
11:56:41 Successfully tagged rpm-build-tmp:latest