Skip to content

Console Output

11:27:41 + docker build -t rpm-build-tmp .
11:27:41 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
11:27:41             Install the buildx component to build images with BuildKit:
11:27:41             https://docs.docker.com/go/buildx/
11:27:41 
11:28:37 Sending build context to Docker daemon  2.912GB
11:28:37 
11:28:37 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
11:28:37  ---> a1331584fdeb
11:28:37 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~256~g15e95b0-1.el8.x86_64.rpm /root
11:28:42  ---> d245de37869c
11:28:42 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.25.0~dev~256~g15e95b0-1.el8.x86_64.rpm
11:28:42  ---> Running in 9a3f1604c820
11:29:04 Removing intermediate container 9a3f1604c820
11:29:04  ---> a7b756d706fe
11:29:05 Successfully built a7b756d706fe
11:29:05 Successfully tagged rpm-build-tmp:latest