Skip to content

Console Output

03:50:31 + docker build -t rpm-build-tmp .
03:50:31 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
03:50:31             Install the buildx component to build images with BuildKit:
03:50:31             https://docs.docker.com/go/buildx/
03:50:31 
03:50:38 Sending build context to Docker daemon  4.033GB
03:50:38 
03:50:38 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
03:50:38  ---> 320757bff468
03:50:38 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~379~g243ff5f-1.fc41.x86_64.rpm /root
03:50:38  ---> bef0225301dd
03:50:38 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~379~g243ff5f-1.fc41.x86_64.rpm
03:50:38  ---> Running in f0778acd5f96
03:50:41  ---> Removed intermediate container f0778acd5f96
03:50:41  ---> 84f414c9d230
03:50:41 Successfully built 84f414c9d230
03:50:41 Successfully tagged rpm-build-tmp:latest