Skip to content

Console Output

02:14:50 + docker build -t rpm-build-tmp .
02:14:50 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:14:50             Install the buildx component to build images with BuildKit:
02:14:50             https://docs.docker.com/go/buildx/
02:14:50 
02:17:27 Sending build context to Docker daemon  3.637GB
02:17:27 
02:17:27 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:17:27  ---> 6f15ad1489cd
02:17:27 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~157~g7a05431-1.fc40.x86_64.rpm /root
02:18:23  ---> e3a71773bf0b
02:18:23 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~157~g7a05431-1.fc40.x86_64.rpm
02:18:23  ---> Running in 2378f30136d8
02:19:01 Removing intermediate container 2378f30136d8
02:19:01  ---> f29bf86739a5
02:19:01 Successfully built f29bf86739a5
02:19:01 Successfully tagged rpm-build-tmp:latest