Skip to content

Console Output

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

02:03:51 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:03:51  ---> 9b8b1ced7054
02:03:51 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~185~g635218f-1.el9.x86_64.rpm /root
02:03:51  ---> 0f9c8b0456f8
02:03:51 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~185~g635218f-1.el9.x86_64.rpm
02:03:51  ---> Running in 52af2a181faa
02:03:57 Removing intermediate container 52af2a181faa
02:03:57  ---> 2b8f53348d2d
02:03:59 Successfully built 2b8f53348d2d
02:03:59 Successfully tagged rpm-build-tmp:latest