Skip to content

Console Output

02:11:13 + docker build -t rpm-build-tmp .
02:11:13 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:13             Install the buildx component to build images with BuildKit:
02:11:13             https://docs.docker.com/go/buildx/
02:11:13 
02:12:00 Sending build context to Docker daemon  2.771GB
02:12:00 
02:12:00 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:12:00  ---> 15c707c768f7
02:12:00 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~274~g6caea1c-1.el9.x86_64.rpm /root
02:16:06  ---> d5298848f859
02:16:06 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~274~g6caea1c-1.el9.x86_64.rpm
02:16:07  ---> Running in 2e666d0af1c5
02:17:03  ---> Removed intermediate container 2e666d0af1c5
02:17:03  ---> a30832a45413
02:17:03 Successfully built a30832a45413
02:17:03 Successfully tagged rpm-build-tmp:latest