Skip to content

Console Output

02:12:29 + docker build -t rpm-build-tmp .
02:12:29 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:29             Install the buildx component to build images with BuildKit:
02:12:29             https://docs.docker.com/go/buildx/
02:12:29 
02:15:35 Sending build context to Docker daemon  3.705GB
02:15:35 
02:15:35 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:15:35  ---> 320757bff468
02:15:35 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~387~g2e2959b-1.fc41.x86_64.rpm /root
02:16:22  ---> 5ccdb0d90801
02:16:22 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~387~g2e2959b-1.fc41.x86_64.rpm
02:16:22  ---> Running in 977f34a1f5be
02:17:08  ---> Removed intermediate container 977f34a1f5be
02:17:08  ---> 902d1268b8a2
02:17:08 Successfully built 902d1268b8a2
02:17:08 Successfully tagged rpm-build-tmp:latest