Skip to content

Console Output

02:20:51 + docker build -t rpm-build-tmp .
02:20:51 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:20:51             Install the buildx component to build images with BuildKit:
02:20:51             https://docs.docker.com/go/buildx/
02:20:51 
02:20:57 Sending build context to Docker daemon  4.027GB
02:20:57 
02:20:57 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
02:20:57  ---> 06a1180650ab
02:20:57 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~398~g4f98de0-1.el10.x86_64.rpm /root
02:20:57  ---> 5a5701f860df
02:20:57 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~398~g4f98de0-1.el10.x86_64.rpm
02:20:57  ---> Running in 94c65c577e97
02:21:01  ---> Removed intermediate container 94c65c577e97
02:21:01  ---> adf1130fa774
02:21:01 Successfully built adf1130fa774
02:21:01 Successfully tagged rpm-build-tmp:latest