Skip to content

Console Output

02:39:44 + docker build -t rpm-build-tmp .
02:39:44 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:39:44             Install the buildx component to build images with BuildKit:
02:39:44             https://docs.docker.com/go/buildx/
02:39:44 
02:39:54 Sending build context to Docker daemon   3.58GB
02:39:54 
02:39:54 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:39:54  ---> 6f15ad1489cd
02:39:54 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~106~g9825630-1.fc40.x86_64.rpm /root
02:39:54  ---> 9b6b8403cf4a
02:39:54 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~106~g9825630-1.fc40.x86_64.rpm
02:39:54  ---> Running in 496efe4f736e
02:39:57 Removing intermediate container 496efe4f736e
02:39:57  ---> 309d60737d28
02:39:58 Successfully built 309d60737d28
02:39:58 Successfully tagged rpm-build-tmp:latest