Skip to content

Console Output

02:10:29 + docker build -t rpm-build-tmp .
02:10:29 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:29             Install the buildx component to build images with BuildKit:
02:10:29             https://docs.docker.com/go/buildx/
02:10:29 
02:11:15 Sending build context to Docker daemon  3.622GB
02:11:15 
02:11:15 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:11:15  ---> 4c8c02429e77
02:11:15 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~270~gafff065-1.fc40.x86_64.rpm /root
02:14:07  ---> 72d03cd24c41
02:14:07 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~270~gafff065-1.fc40.x86_64.rpm
02:14:11  ---> Running in 16836395ebfd
02:15:07 Removing intermediate container 16836395ebfd
02:15:07  ---> f37579ed19dc
02:15:07 Successfully built f37579ed19dc
02:15:08 Successfully tagged rpm-build-tmp:latest