Skip to content

Console Output

02:09:48 + docker build -t rpm-build-tmp .
02:09:48 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:48             Install the buildx component to build images with BuildKit:
02:09:48             https://docs.docker.com/go/buildx/
02:09:48 
02:09:58 Sending build context to Docker daemon   2.84GB
02:09:58 
02:09:58 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:09:58  ---> ab8bfe16bcf7
02:09:58 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~266~g94e87b3-1.el8.x86_64.rpm /root
02:10:01  ---> ece27a14fc57
02:10:01 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~266~g94e87b3-1.el8.x86_64.rpm
02:10:01  ---> Running in 5a0876bdbd44
02:10:15  ---> Removed intermediate container 5a0876bdbd44
02:10:15  ---> 199a81fcf0a2
02:10:15 Successfully built 199a81fcf0a2
02:10:15 Successfully tagged rpm-build-tmp:latest