Skip to content

Console Output

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

00:31:06 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
00:31:06  ---> b8d6c4c44a5d
00:31:06 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~183~g504611b-1.el8.x86_64.rpm /root
00:31:06  ---> db34e42817df
00:31:06 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~183~g504611b-1.el8.x86_64.rpm
00:31:07  ---> Running in de1faf1b70eb
00:31:15 Removing intermediate container de1faf1b70eb
00:31:15  ---> db60b328eaeb
00:31:15 Successfully built db60b328eaeb
00:31:15 Successfully tagged rpm-build-tmp:latest