Skip to content

Console Output

02:28:29 + docker build -t rpm-build-tmp .
02:28:29 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:28:29             Install the buildx component to build images with BuildKit:
02:28:29             https://docs.docker.com/go/buildx/
02:28:29 
02:29:01 Sending build context to Docker daemon  5.759GB
02:29:01 
02:29:01 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:29:01  ---> b0b00f9a3fbe
02:29:01 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~428~ge8579b9-1.el9.x86_64.rpm /root
02:29:19  ---> 4530a833f2c0
02:29:19 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.25.0~dev~428~ge8579b9-1.el9.x86_64.rpm
02:29:19  ---> Running in d690649259c5
02:29:27  ---> Removed intermediate container d690649259c5
02:29:27  ---> f0283aed8f2b
02:29:30 Successfully built f0283aed8f2b
02:29:30 Successfully tagged rpm-build-tmp:latest