Skip to content

Console Output

02:04:14 + docker build -t rpm-build-tmp .
02:04:14 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:04:14             Install the buildx component to build images with BuildKit:
02:04:14             https://docs.docker.com/go/buildx/
02:04:14 
02:04:14 Sending build context to Docker daemon  301.7MB
02:04:14 
02:04:14 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:04:14  ---> 486100749672
02:04:14 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~333~g666ec0f-1.fc42.x86_64.rpm /root
02:04:15  ---> 7d784c547aca
02:04:15 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~333~g666ec0f-1.fc42.x86_64.rpm
02:04:15  ---> Running in e344e11efe80
02:04:19  ---> Removed intermediate container e344e11efe80
02:04:19  ---> 9bc59d555c1d
02:04:19 Successfully built 9bc59d555c1d
02:04:19 Successfully tagged rpm-build-tmp:latest