Skip to content

Console Output

02:17:51 + docker build -t rpm-build-tmp .
02:17:51 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:17:51             Install the buildx component to build images with BuildKit:
02:17:51             https://docs.docker.com/go/buildx/
02:17:51 
02:19:43 Sending build context to Docker daemon  6.156GB
02:19:43 
02:19:43 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:19:43  ---> b0b00f9a3fbe
02:19:43 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~305~g62eaad3-1.el9.x86_64.rpm /root
02:19:58  ---> 9a47ffea19e6
02:19:58 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.el9.x86_64.rpm
02:19:58  ---> Running in eb2cf2d99330
02:20:19  ---> Removed intermediate container eb2cf2d99330
02:20:19  ---> d7c78c6f31b5
02:20:21 Successfully built d7c78c6f31b5
02:20:22 Successfully tagged rpm-build-tmp:latest