Skip to content

Console Output

19:53:15 + docker build -t rpm-build-tmp .
19:53:15 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
19:53:15             Install the buildx component to build images with BuildKit:
19:53:15             https://docs.docker.com/go/buildx/
19:53:15 
19:53:47 Sending build context to Docker daemon  2.673GB
19:53:47 
19:53:47 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
19:53:47  ---> 15c707c768f7
19:53:47 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~123~g460a4e4-1.el9.x86_64.rpm /root
19:54:19  ---> aad19fd0ef4a
19:54:19 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~123~g460a4e4-1.el9.x86_64.rpm
19:54:19  ---> Running in da605f3d386a
19:54:41  ---> Removed intermediate container da605f3d386a
19:54:41  ---> 45cbfbdfe7dc
19:54:43 Successfully built 45cbfbdfe7dc
19:54:44 Successfully tagged rpm-build-tmp:latest