Skip to content

Console Output

17:52:53 + docker build -t rpm-build-tmp .
17:52:53 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
17:52:53             Install the buildx component to build images with BuildKit:
17:52:53             https://docs.docker.com/go/buildx/
17:52:53 
17:53:40 Sending build context to Docker daemon  3.974GB
17:53:40 
17:53:40 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
17:53:40  ---> 320757bff468
17:53:40 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~3~ga0e536d-1.fc41.x86_64.rpm /root
17:54:27  ---> 78623875985d
17:54:27 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~3~ga0e536d-1.fc41.x86_64.rpm
17:54:27  ---> Running in b8bcb60d3302
17:54:49  ---> Removed intermediate container b8bcb60d3302
17:54:49  ---> fe6c43684431
17:54:49 Successfully built fe6c43684431
17:54:49 Successfully tagged rpm-build-tmp:latest