Skip to content

Console Output

02:09:40 + docker build -t rpm-build-tmp .
02:09:40 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:40             Install the buildx component to build images with BuildKit:
02:09:40             https://docs.docker.com/go/buildx/
02:09:40 
02:11:02 Sending build context to Docker daemon   5.84GB
02:11:02 
02:11:02 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:11:02  ---> b0b00f9a3fbe
02:11:02 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~501~gb4dc993-1.el9.x86_64.rpm /root
02:11:41  ---> 13efce478119
02:11:41 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~501~gb4dc993-1.el9.x86_64.rpm
02:11:41  ---> Running in d270e3c2e220
02:12:03  ---> Removed intermediate container d270e3c2e220
02:12:03  ---> 490fa71bccae
02:12:03 Successfully built 490fa71bccae
02:12:03 Successfully tagged rpm-build-tmp:latest