Skip to content

Console Output

02:13:29 + docker build -t rpm-build-tmp .
02:13:29 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:13:29             Install the buildx component to build images with BuildKit:
02:13:29             https://docs.docker.com/go/buildx/
02:13:29 
02:14:36 Sending build context to Docker daemon  5.729GB

02:14:36 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:14:36  ---> 9b8b1ced7054
02:14:36 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~60~g7b27e79-1.el9.x86_64.rpm /root
02:15:23  ---> 03efa1758bae
02:15:23 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.24.0~dev~60~g7b27e79-1.el9.x86_64.rpm
02:15:23  ---> Running in 1ba201a92885
02:15:38 Removing intermediate container 1ba201a92885
02:15:38  ---> 51cce5e0c677
02:15:41 Successfully built 51cce5e0c677
02:15:41 Successfully tagged rpm-build-tmp:latest