Skip to content

Console Output

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

02:15:27 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:15:27  ---> 9b8b1ced7054
02:15:27 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~168~g907b8bd-1.el9.x86_64.rpm /root
02:15:53  ---> 4beaa6d9d3c5
02:15: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.24.0~dev~168~g907b8bd-1.el9.x86_64.rpm
02:15:53  ---> Running in 68f9235cbe0a
02:16:25 Removing intermediate container 68f9235cbe0a
02:16:25  ---> 91e7c36541ca
02:16:25 Successfully built 91e7c36541ca
02:16:25 Successfully tagged rpm-build-tmp:latest