Skip to content

Console Output

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

02:02:13 Step 1/3 : FROM docker.openmodelica.org/build-deps:el7.amd64
02:02:13  ---> f3fbd83a8fd3
02:02:13 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~171~gd54c72f-1.el7.x86_64.rpm /root
02:02:14  ---> e68fed5a5f65
02:02:14 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~171~gd54c72f-1.el7.x86_64.rpm
02:02:14  ---> Running in 0bc90e3d699e
02:02:24 Removing intermediate container 0bc90e3d699e
02:02:24  ---> 130492593c9d
02:02:24 Successfully built 130492593c9d
02:02:24 Successfully tagged rpm-build-tmp:latest