Skip to content

Console Output

03:27:40 + docker build -t rpm-build-tmp .
03:27:40 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
03:27:40             Install the buildx component to build images with BuildKit:
03:27:40             https://docs.docker.com/go/buildx/
03:27:40 
03:27:41 Sending build context to Docker daemon  323.6MB
03:27:41 
03:27:41 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
03:27:41  ---> 06a1180650ab
03:27:41 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~269~g307de3f-1.el10.x86_64.rpm /root
03:27:59  ---> cf35c99077d3
03:27:59 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.27.0~dev~269~g307de3f-1.el10.x86_64.rpm
03:27:59  ---> Running in f5690c2cb7bf
03:28:31  ---> Removed intermediate container f5690c2cb7bf
03:28:31  ---> 1c0f2536d86c
03:28:31 Successfully built 1c0f2536d86c
03:28:31 Successfully tagged rpm-build-tmp:latest