Skip to content

Console Output

02:09:29 + docker build -t rpm-build-tmp .
02:09:29 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:29             Install the buildx component to build images with BuildKit:
02:09:29             https://docs.docker.com/go/buildx/
02:09:29 
02:11:21 Sending build context to Docker daemon  3.639GB
02:11:21 
02:11:21 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:11:21  ---> 320757bff468
02:11:21 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~451~g509f693-1.fc41.x86_64.rpm /root
02:13:12  ---> d73cb5a954df
02:13:12 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~451~g509f693-1.fc41.x86_64.rpm
02:13:12  ---> Running in 259568fe651e
02:13:59  ---> Removed intermediate container 259568fe651e
02:13:59  ---> 207a3db262e0
02:13:59 Successfully built 207a3db262e0
02:13:59 Successfully tagged rpm-build-tmp:latest