Skip to content

Console Output

23:54:15 + docker build -t rpm-build-tmp .
23:54:15 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
23:54:15             Install the buildx component to build images with BuildKit:
23:54:15             https://docs.docker.com/go/buildx/
23:54:15 
23:54:23 Sending build context to Docker daemon   5.82GB
23:54:23 
23:54:23 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
23:54:23  ---> a1331584fdeb
23:54:23 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~56~g4cdfe1b-1.el8.x86_64.rpm /root
23:54:24  ---> 987ce743efc6
23:54:24 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~56~g4cdfe1b-1.el8.x86_64.rpm
23:54:24  ---> Running in a98d2a8f8533
23:54:31  ---> Removed intermediate container a98d2a8f8533
23:54:31  ---> 1e91e1ec98ab
23:54:31 Successfully built 1e91e1ec98ab
23:54:31 Successfully tagged rpm-build-tmp:latest