Skip to content

Console Output

01:58:25 + docker build -t rpm-build-tmp .
01:58:25 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:58:25             Install the buildx component to build images with BuildKit:
01:58:25             https://docs.docker.com/go/buildx/
01:58:25 
01:58:31 Sending build context to Docker daemon  4.026GB
01:58:31 
01:58:31 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
01:58:31  ---> 06a1180650ab
01:58:31 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~453~g95351c6-1.el10.x86_64.rpm /root
01:58:33  ---> 1b8157c14325
01:58:33 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~453~g95351c6-1.el10.x86_64.rpm
01:58:33  ---> Running in c42aeb575b47
01:58:37  ---> Removed intermediate container c42aeb575b47
01:58:37  ---> e2bb03adf363
01:58:37 Successfully built e2bb03adf363
01:58:37 Successfully tagged rpm-build-tmp:latest