Skip to content

Console Output

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

02:03:15 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:03:15  ---> b8d6c4c44a5d
02:03:15 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~179~g6c76782-1.el8.x86_64.rpm /root
02:03:16  ---> 8e537ce23bfd
02:03:16 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~179~g6c76782-1.el8.x86_64.rpm
02:03:16  ---> Running in 0b3496910b45
02:03:24 Removing intermediate container 0b3496910b45
02:03:24  ---> a5ef64c8b1f9
02:03:24 Successfully built a5ef64c8b1f9
02:03:24 Successfully tagged rpm-build-tmp:latest