Console Output
02:07:43 + docker build -t rpm-build-tmp .
02:07:43 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:07:43 Install the buildx component to build images with BuildKit:
02:07:43 https://docs.docker.com/go/buildx/
02:07:43
02:07:49 Sending build context to Docker daemon 3.644GB
02:07:49
02:07:49 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
02:07:49 ---> 06a1180650ab
02:07:49 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~305~g62eaad3-1.el10.x86_64.rpm /root
02:07:49 ---> dc3430b7d860
02:07:49 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~305~g62eaad3-1.el10.x86_64.rpm
02:07:49 ---> Running in 5d08fd8f4386
02:07:53 ---> Removed intermediate container 5d08fd8f4386
02:07:53 ---> 70e60cc108a4
02:07:53 Successfully built 70e60cc108a4
02:07:53 Successfully tagged rpm-build-tmp:latest