Skip to content

Console Output

04:07:22 + docker build -t rpm-build-tmp .
04:07:22 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
04:07:22             Install the buildx component to build images with BuildKit:
04:07:22             https://docs.docker.com/go/buildx/
04:07:22 
04:08:58 Sending build context to Docker daemon  5.865GB
04:08:58 
04:08:58 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
04:08:58  ---> b0b00f9a3fbe
04:08:58 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~497~gd5a267a-1.el9.x86_64.rpm /root
04:09:25  ---> a5b9d2b0995a
04:09:25 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~497~gd5a267a-1.el9.x86_64.rpm
04:09:25  ---> Running in 785f27ce3287
04:09:51  ---> Removed intermediate container 785f27ce3287
04:09:51  ---> 326f244f9fe3
04:09:54 Successfully built 326f244f9fe3
04:09:55 Successfully tagged rpm-build-tmp:latest