Skip to content

Console Output

02:11:26 + docker build -t rpm-build-tmp .
02:11:26 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:26             Install the buildx component to build images with BuildKit:
02:11:26             https://docs.docker.com/go/buildx/
02:11:26 
02:14:47 Sending build context to Docker daemon  3.697GB
02:14:47 
02:14:47 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:14:47  ---> 320757bff468
02:14:47 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~397~g342dfff-1.fc41.x86_64.rpm /root
02:15:43  ---> 57f24982e426
02:15:43 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~397~g342dfff-1.fc41.x86_64.rpm
02:15:43  ---> Running in d6e7ac620d1b
02:16:40  ---> Removed intermediate container d6e7ac620d1b
02:16:40  ---> c1893f2fedeb
02:16:41 Successfully built c1893f2fedeb
02:16:42 Successfully tagged rpm-build-tmp:latest