Skip to content

Console Output

02:00:11 + docker build -t rpm-build-tmp .
02:00:11 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:00:11             Install the buildx component to build images with BuildKit:
02:00:11             https://docs.docker.com/go/buildx/
02:00:11 
02:00:17 Sending build context to Docker daemon  2.481GB
02:00:17 
02:00:17 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:00:17  ---> a1331584fdeb
02:00:17 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~288~g7613311-1.el8.x86_64.rpm /root
02:00:17  ---> 07f10183930c
02:00:17 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~288~g7613311-1.el8.x86_64.rpm
02:00:17  ---> Running in b7f342d0d66f
02:00:25 Removing intermediate container b7f342d0d66f
02:00:25  ---> 3cc1f05563d2
02:00:25 Successfully built 3cc1f05563d2
02:00:25 Successfully tagged rpm-build-tmp:latest