Skip to content

Console Output

02:12:18 + docker build -t rpm-build-tmp .
02:12:18 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:18             Install the buildx component to build images with BuildKit:
02:12:18             https://docs.docker.com/go/buildx/
02:12:18 
02:12:57 Sending build context to Docker daemon  6.403GB
02:12:57 
02:12:57 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:12:57  ---> ab8bfe16bcf7
02:12:57 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~209~g0a93329-1.el8.x86_64.rpm /root
02:13:07  ---> 8e0b81f8601c
02:13:07 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~209~g0a93329-1.el8.x86_64.rpm
02:13:08  ---> Running in 9b6bbda9bbff
02:14:15  ---> Removed intermediate container 9b6bbda9bbff
02:14:15  ---> 4b0332602c7e
02:14:17 Successfully built 4b0332602c7e
02:14:20 Successfully tagged rpm-build-tmp:latest