Console Output
02:05:32 + docker build -t rpm-build-tmp .
02:05:32 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:05:32 Install the buildx component to build images with BuildKit:
02:05:32 https://docs.docker.com/go/buildx/
02:05:32
02:05:59 Sending build context to Docker daemon 3.973GB
02:05:59
02:05:59 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:05:59 ---> 486100749672
02:05:59 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~453~g95351c6-1.fc42.x86_64.rpm /root
02:06:04 ---> 487c3721f732
02:06:04 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~453~g95351c6-1.fc42.x86_64.rpm
02:06:04 ---> Running in efd80026ecb6
02:06:14 ---> Removed intermediate container efd80026ecb6
02:06:14 ---> ce9a56835b41
02:06:15 Successfully built ce9a56835b41
02:06:15 Successfully tagged rpm-build-tmp:latest