Skip to content

Console Output

02:08:23 + docker build -t rpm-build-tmp .
02:08:23 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:08:23             Install the buildx component to build images with BuildKit:
02:08:23             https://docs.docker.com/go/buildx/
02:08:23 
02:08:45 Sending build context to Docker daemon  6.092GB
02:08:45 
02:08:45 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:08:45  ---> a1331584fdeb
02:08:45 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~451~g509f693-1.el8.x86_64.rpm /root
02:08:53  ---> dec182fdabf7
02:08:53 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.26.0~dev~451~g509f693-1.el8.x86_64.rpm
02:08:53  ---> Running in d61ab81e72da
02:09:05  ---> Removed intermediate container d61ab81e72da
02:09:05  ---> 5954eb18c9be
02:09:07 Successfully built 5954eb18c9be
02:09:07 Successfully tagged rpm-build-tmp:latest