Skip to content

Console Output

02:10:49 + docker build -t rpm-build-tmp .
02:10:49 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:49             Install the buildx component to build images with BuildKit:
02:10:49             https://docs.docker.com/go/buildx/
02:10:49 
02:11:21 Sending build context to Docker daemon  2.678GB
02:11:21 
02:11:21 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:11:21  ---> 15c707c768f7
02:11:21 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~217~g93e013d-1.el9.x86_64.rpm /root
02:11:53  ---> 32e446f1c887
02:11: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.27.0~dev~217~g93e013d-1.el9.x86_64.rpm
02:11:53  ---> Running in 06f1c0cb2c7b
02:12:11  ---> Removed intermediate container 06f1c0cb2c7b
02:12:11  ---> d82b23a5ec88
02:12:12 Successfully built d82b23a5ec88
02:12:13 Successfully tagged rpm-build-tmp:latest