Skip to content

Console Output

19:48:00 + docker build -t rpm-build-tmp .
19:48:00 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
19:48:00             Install the buildx component to build images with BuildKit:
19:48:00             https://docs.docker.com/go/buildx/
19:48:00 
19:48:10 Sending build context to Docker daemon  2.737GB
19:48:10 
19:48:10 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
19:48:10  ---> ab8bfe16bcf7
19:48:10 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~123~g460a4e4-1.el8.x86_64.rpm /root
19:48:12  ---> ddf3af675dbe
19:48:12 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.27.0~dev~123~g460a4e4-1.el8.x86_64.rpm
19:48:12  ---> Running in 54b4cd29ec1e
19:48:24  ---> Removed intermediate container 54b4cd29ec1e
19:48:24  ---> 4eabf2cded4b
19:48:25 Successfully built 4eabf2cded4b
19:48:25 Successfully tagged rpm-build-tmp:latest