Skip to content

Console Output

21:59:09 + docker build -t rpm-build-tmp .
21:59:09 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
21:59:09             Install the buildx component to build images with BuildKit:
21:59:09             https://docs.docker.com/go/buildx/
21:59:09 
22:01:00 Sending build context to Docker daemon  6.191GB
22:01:00 
22:01:00 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
22:01:00  ---> b0b00f9a3fbe
22:01:00 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~5~g5f1d2c5-1.el9.x86_64.rpm /root
22:01:32  ---> 2522ee9d81f6
22:01:32 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.27.0~dev~5~g5f1d2c5-1.el9.x86_64.rpm
22:01:33  ---> Running in e41b95509104
22:02:05  ---> Removed intermediate container e41b95509104
22:02:05  ---> a6fd47488da0
22:02:12 Successfully built a6fd47488da0
22:02:12 Successfully tagged rpm-build-tmp:latest