Skip to content

Console Output

01:56:45 + docker build -t rpm-build-tmp .
01:56:45 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:56:45             Install the buildx component to build images with BuildKit:
01:56:45             https://docs.docker.com/go/buildx/
01:56:45 
01:57:00 Sending build context to Docker daemon  5.832GB
01:57:00 
01:57:00 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
01:57:00  ---> a1331584fdeb
01:57:00 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~268~g1a82c95-1.el8.x86_64.rpm /root
01:57:00  ---> c841d0403fa2
01:57:00 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.25.0~dev~268~g1a82c95-1.el8.x86_64.rpm
01:57:00  ---> Running in 203751402a03
01:57:08 Removing intermediate container 203751402a03
01:57:08  ---> 47ea8e542083
01:57:08 Successfully built 47ea8e542083
01:57:08 Successfully tagged rpm-build-tmp:latest