Skip to content

Console Output

02:11:06 + docker build -t rpm-build-tmp .
02:11:06 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:06             Install the buildx component to build images with BuildKit:
02:11:06             https://docs.docker.com/go/buildx/
02:11:06 
02:11:28 Sending build context to Docker daemon  6.447GB
02:11:28 
02:11:28 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:11:28  ---> a1331584fdeb
02:11:28 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~305~g62eaad3-1.el8.x86_64.rpm /root
02:11:46  ---> 981bf5f72160
02:11:46 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.el8.x86_64.rpm
02:11:46  ---> Running in 7de73455f7f6
02:12:01  ---> Removed intermediate container 7de73455f7f6
02:12:01  ---> ce53d06e9327
02:12:03 Successfully built ce53d06e9327
02:12:03 Successfully tagged rpm-build-tmp:latest