Skip to content

Console Output

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

02:32:03 Step 1/3 : FROM docker.openmodelica.org/build-deps:el7.amd64
02:32:03  ---> f3fbd83a8fd3
02:32:03 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~176~g83e8e6d-1.el7.x86_64.rpm /root
02:32:09  ---> 3880e2b55d67
02:32:09 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.el7.x86_64.rpm
02:32:09  ---> Running in df0a3e7d4542
02:32:41 Removing intermediate container df0a3e7d4542
02:32:41  ---> 7b9b518b4fb3
02:32:42 Successfully built 7b9b518b4fb3
02:32:42 Successfully tagged rpm-build-tmp:latest