Console Output
02:12:35 + docker build -t rpm-build-tmp .
02:12:35 #0 building with "default" instance using docker driver
02:12:35
02:12:35 #1 [internal] load build definition from Dockerfile
02:12:35 #1 transferring dockerfile: 393B done
02:12:35 #1 DONE 0.0s
02:12:35
02:12:35 #2 [internal] load metadata for docker.openmodelica.org/build-deps:el8.amd64
02:12:35 #2 DONE 0.0s
02:12:35
02:12:35 #3 [internal] load .dockerignore
02:12:35 #3 transferring context: 2B done
02:12:35 #3 DONE 0.0s
02:12:35
02:12:35 #4 [1/3] FROM docker.openmodelica.org/build-deps:el8.amd64
02:12:35 #4 CACHED
02:12:35
02:12:35 #5 [internal] load build context
02:12:36 #5 transferring context: 131.72MB 0.6s done
02:12:36 #5 DONE 0.6s
02:12:36
02:12:36 #6 [2/3] COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~398~g8d93bc0-1.el8.x86_64.rpm /root
02:12:36 #6 DONE 0.3s
02:12:36
02:12:36 #7 [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~398~g8d93bc0-1.el8.x86_64.rpm
02:12:43 #7 DONE 6.3s
02:12:43
02:12:43 #8 exporting to image
02:12:43 #8 exporting layers
02:12:43 #8 exporting layers 0.9s done
02:12:43 #8 writing image sha256:a8dc8ebff9d0ca1bc0d08c73b542d7ff4fbb40a021edb12353159827b5a78ca5 done
02:12:43 #8 naming to docker.io/library/rpm-build-tmp done
02:12:43 #8 DONE 0.9s