Skip to content

Console Output

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

02:08:11 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:08:11  ---> b8d6c4c44a5d
02:08:11 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~60~g7b27e79-1.el8.x86_64.rpm /root
02:08:29  ---> 3645b0c98d32
02:08:29 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.el8.x86_64.rpm
02:08:29  ---> Running in 0aed51296ad2
02:08:41 Removing intermediate container 0aed51296ad2
02:08:41  ---> 045156cbd593
02:08:42 Successfully built 045156cbd593
02:08:42 Successfully tagged rpm-build-tmp:latest