Skip to content

Console Output

02:03:07 + docker build -t rpm-build-tmp .
02:03:07 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:03:07             Install the buildx component to build images with BuildKit:
02:03:07             https://docs.docker.com/go/buildx/
02:03:07 
02:03:33 Sending build context to Docker daemon  3.881GB
02:03:33 
02:03:33 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:03:33  ---> 486100749672
02:03:33 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~295~ga0435a7-1.fc42.x86_64.rpm /root
02:03:39  ---> 338bf18a61c5
02:03:39 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~295~ga0435a7-1.fc42.x86_64.rpm
02:03:39  ---> Running in 7f4e2f542ea8
02:03:49  ---> Removed intermediate container 7f4e2f542ea8
02:03:49  ---> 2308387a0fd6
02:03:49 Successfully built 2308387a0fd6
02:03:49 Successfully tagged rpm-build-tmp:latest