Skip to content

Console Output

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

02:01:03 Step 1/3 : FROM docker.openmodelica.org/build-deps:el7.amd64
02:01:03  ---> f3fbd83a8fd3
02:01:03 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~60~g7b27e79-1.el7.x86_64.rpm /root
02:01:04  ---> 02b64c5fe4c7
02:01:04 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~60~g7b27e79-1.el7.x86_64.rpm
02:01:04  ---> Running in 86460eb5d699
02:01:14 Removing intermediate container 86460eb5d699
02:01:14  ---> 671e66b75fb2
02:01:15 Successfully built 671e66b75fb2
02:01:15 Successfully tagged rpm-build-tmp:latest