Skip to content

Console Output

02:12:07 + docker build -t rpm-build-tmp .
02:12:07 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:07             Install the buildx component to build images with BuildKit:
02:12:07             https://docs.docker.com/go/buildx/
02:12:07 
02:12:46 Sending build context to Docker daemon  3.598GB
02:12:46 
02:12:46 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:12:46  ---> 4c8c02429e77
02:12:46 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~262~gb916c67-1.fc40.x86_64.rpm /root
02:12:46  ---> 83d132ef7daa
02:12:46 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~262~gb916c67-1.fc40.x86_64.rpm
02:12:46  ---> Running in 8294acd54855
02:12:54 Removing intermediate container 8294acd54855
02:12:54  ---> c7f1414d97d2
02:12:56 Successfully built c7f1414d97d2
02:12:56 Successfully tagged rpm-build-tmp:latest