Console Output
17:57:37 + docker build -t rpm-build-tmp .
17:57:37 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
17:57:37 Install the buildx component to build images with BuildKit:
17:57:37 https://docs.docker.com/go/buildx/
17:57:37
17:57:37 Sending build context to Docker daemon 303.2MB
17:57:37
17:57:37 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
17:57:37 ---> 06a1180650ab
17:57:37 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~68~g41b9c26-1.el10.x86_64.rpm /root
17:57:38 ---> 175bf5df8a4f
17:57: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.27.0~dev~68~g41b9c26-1.el10.x86_64.rpm
17:57:38 ---> Running in d7d8b98b5fd4
17:57:46 ---> Removed intermediate container d7d8b98b5fd4
17:57:46 ---> e10ac8421426
17:57:46 Successfully built e10ac8421426
17:57:46 Successfully tagged rpm-build-tmp:latest