Skip to content

Console Output

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

02:30:12 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:30:12  ---> b8d6c4c44a5d
02:30:12 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~176~g83e8e6d-1.el8.x86_64.rpm /root
02:30:13  ---> 851f3c05dce2
02:30:13 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~176~g83e8e6d-1.el8.x86_64.rpm
02:30:13  ---> Running in a7202defa5ce
02:30:27 Removing intermediate container a7202defa5ce
02:30:27  ---> abcb38e7d5ac
02:30:29 Successfully built abcb38e7d5ac
02:30:29 Successfully tagged rpm-build-tmp:latest