Skip to content

Console Output

02:10:43 + docker build -t rpm-build-tmp .
02:10:43 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:43             Install the buildx component to build images with BuildKit:
02:10:43             https://docs.docker.com/go/buildx/
02:10:43 
02:11:09 Sending build context to Docker daemon  3.974GB
02:11:09 
02:11:09 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:11:09  ---> 320757bff468
02:11:09 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~455~g41a8099-1.fc41.x86_64.rpm /root
02:11:13  ---> 6f68e2b289f5
02:11:13 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~455~g41a8099-1.fc41.x86_64.rpm
02:11:13  ---> Running in b20588c58120
02:11:23  ---> Removed intermediate container b20588c58120
02:11:23  ---> 529c8696b28c
02:11:25 Successfully built 529c8696b28c
02:11:25 Successfully tagged rpm-build-tmp:latest