Skip to content

Console Output

18:25:46 + docker build -t rpm-build-tmp .
18:25:46 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
18:25:46             Install the buildx component to build images with BuildKit:
18:25:46             https://docs.docker.com/go/buildx/
18:25:46 
18:25:52 Sending build context to Docker daemon  3.972GB
18:25:52 
18:25:52 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
18:25:52  ---> 06a1180650ab
18:25:52 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~450~g33f6d74-1.el10.x86_64.rpm /root
18:25:53  ---> 052cc4864730
18:25:53 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.26.0~dev~450~g33f6d74-1.el10.x86_64.rpm
18:25:53  ---> Running in 502aefab5aa8
18:25:56  ---> Removed intermediate container 502aefab5aa8
18:25:56  ---> 0e4bbd5e42eb
18:25:57 Successfully built 0e4bbd5e42eb
18:25:57 Successfully tagged rpm-build-tmp:latest