Skip to content

Console Output

02:33:12 + docker build -t rpm-build-tmp .
02:33:12 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:33:12             Install the buildx component to build images with BuildKit:
02:33:12             https://docs.docker.com/go/buildx/
02:33:12 
02:36:34 Sending build context to Docker daemon  3.697GB
02:36:34 
02:36:34 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:36:34  ---> 320757bff468
02:36:34 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~398~g4f98de0-1.fc41.x86_64.rpm /root
02:36:55  ---> 6036c1f47926
02:36:55 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~398~g4f98de0-1.fc41.x86_64.rpm
02:36:55  ---> Running in f5344f50b240
02:37:52  ---> Removed intermediate container f5344f50b240
02:37:52  ---> 19efd0ddafea
02:37:52 Successfully built 19efd0ddafea
02:37:52 Successfully tagged rpm-build-tmp:latest