Skip to content

Console Output

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

01:55:07 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
01:55:07  ---> b8d6c4c44a5d
01:55:07 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~185~g635218f-1.el8.x86_64.rpm /root
01:55:08  ---> 88853c7bf31c
01:55:08 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~185~g635218f-1.el8.x86_64.rpm
01:55:08  ---> Running in f905b5241ca5
01:55:16 Removing intermediate container f905b5241ca5
01:55:16  ---> 9998c544a41d
01:55:16 Successfully built 9998c544a41d
01:55:16 Successfully tagged rpm-build-tmp:latest