Skip to content

Console Output

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

02:04:00 Step 1/3 : FROM docker.openmodelica.org/build-deps:el7.amd64
02:04:00  ---> f3fbd83a8fd3
02:04:00 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~168~g907b8bd-1.el7.x86_64.rpm /root
02:04:01  ---> 03bc294bcac3
02:04:01 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~168~g907b8bd-1.el7.x86_64.rpm
02:04:01  ---> Running in fbaf7c42636d
02:04:11 Removing intermediate container fbaf7c42636d
02:04:11  ---> 2dd3de848287
02:04:11 Successfully built 2dd3de848287
02:04:11 Successfully tagged rpm-build-tmp:latest