Skip to content

Console Output

02:04:47 + docker build -t rpm-build-tmp .
02:04:47 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:04:47             Install the buildx component to build images with BuildKit:
02:04:47             https://docs.docker.com/go/buildx/
02:04:47 
02:06:53 Sending build context to Docker daemon  3.864GB
02:06:53 
02:06:53 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:06:53  ---> 486100749672
02:06:53 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~306~ga476a10-1.fc42.x86_64.rpm /root
02:07:25  ---> 4ea5ed7ca955
02:07:25 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~306~ga476a10-1.fc42.x86_64.rpm
02:07:25  ---> Running in 872f8cef4a21
02:07:47  ---> Removed intermediate container 872f8cef4a21
02:07:47  ---> b7967f63e4e7
02:07:49 Successfully built b7967f63e4e7
02:07:49 Successfully tagged rpm-build-tmp:latest