Skip to content

Console Output

01:57:01 + docker build -t rpm-build-tmp .
01:57:01 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:57:01             Install the buildx component to build images with BuildKit:
01:57:01             https://docs.docker.com/go/buildx/
01:57:01 
01:57:06 Sending build context to Docker daemon  3.645GB
01:57:06 
01:57:06 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
01:57:06  ---> 06a1180650ab
01:57:06 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~303~gc627b0f-1.el10.x86_64.rpm /root
01:57:07  ---> 8675f3105b77
01:57:07 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~303~gc627b0f-1.el10.x86_64.rpm
01:57:07  ---> Running in ab9bb2895347
01:57:10  ---> Removed intermediate container ab9bb2895347
01:57:10  ---> cc33b7866063
01:57:10 Successfully built cc33b7866063
01:57:10 Successfully tagged rpm-build-tmp:latest