Skip to content

Console Output

02:01:12 + docker build -t rpm-build-tmp .
02:01:12 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:01:12             Install the buildx component to build images with BuildKit:
02:01:12             https://docs.docker.com/go/buildx/
02:01:12 
02:01:34 Sending build context to Docker daemon  6.448GB
02:01:34 
02:01:34 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:01:34  ---> a1331584fdeb
02:01:34 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~311~g9b192aa-1.el8.x86_64.rpm /root
02:02:00  ---> 25263511ab4e
02:02:00 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~311~g9b192aa-1.el8.x86_64.rpm
02:02:04  ---> Running in 90bad870e3c0
02:02:23  ---> Removed intermediate container 90bad870e3c0
02:02:23  ---> 0893549d6517
02:02:24 Successfully built 0893549d6517
02:02:24 Successfully tagged rpm-build-tmp:latest