Console Output
01:56:34 + docker build -t rpm-build-tmp .
01:56:34 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:56:34 Install the buildx component to build images with BuildKit:
01:56:34 https://docs.docker.com/go/buildx/
01:56:34
01:56:34 Sending build context to Docker daemon 304.9MB
01:56:34
01:56:34 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
01:56:34 ---> 06a1180650ab
01:56:34 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~328~g69c7963-1.el10.x86_64.rpm /root
01:56:35 ---> 549d0a313b31
01:56:35 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~328~g69c7963-1.el10.x86_64.rpm
01:56:35 ---> Running in e9bcf9150341
01:56:38 ---> Removed intermediate container e9bcf9150341
01:56:38 ---> a579d2a82f6f
01:56:38 Successfully built a579d2a82f6f
01:56:38 Successfully tagged rpm-build-tmp:latest