Skip to content

Console Output

02:35:23 + docker build -t rpm-build-tmp .
02:35:23 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:35:23             Install the buildx component to build images with BuildKit:
02:35:23             https://docs.docker.com/go/buildx/
02:35:23 
02:35:25 Sending build context to Docker daemon  260.3MB
02:35:25 
02:35:25 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:35:25  ---> 320757bff468
02:35:25 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~428~ge8579b9-1.fc41.x86_64.rpm /root
02:35:33  ---> 12afc351362b
02:35:33 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~428~ge8579b9-1.fc41.x86_64.rpm
02:35:33  ---> Running in 9880660c591e
02:35:51  ---> Removed intermediate container 9880660c591e
02:35:51  ---> 84aebf558f46
02:35:51 Successfully built 84aebf558f46
02:35:51 Successfully tagged rpm-build-tmp:latest