Skip to content

Console Output

16:02:19 + docker build -t rpm-build-tmp .
16:02:19 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
16:02:19             Install the buildx component to build images with BuildKit:
16:02:19             https://docs.docker.com/go/buildx/
16:02:19 
16:02:40 Sending build context to Docker daemon  5.978GB
16:02:40 
16:02:40 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
16:02:40  ---> b0b00f9a3fbe
16:02:40 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~377~g389af8c-1.el9.x86_64.rpm /root
16:02:41  ---> a9a9d5d54c37
16:02:41 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~377~g389af8c-1.el9.x86_64.rpm
16:02:41  ---> Running in d48a2799d54f
16:02:47  ---> Removed intermediate container d48a2799d54f
16:02:47  ---> 96a095888e79
16:02:49 Successfully built 96a095888e79
16:02:49 Successfully tagged rpm-build-tmp:latest