Console Output
02:12:47 + docker build -t rpm-build-tmp .
02:12:47 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:47 Install the buildx component to build images with BuildKit:
02:12:47 https://docs.docker.com/go/buildx/
02:12:47
02:13:09 Sending build context to Docker daemon 4.018GB
02:13:09
02:13:09 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:13:09 ---> 486100749672
02:13:09 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~447~g1d11bb5-1.fc42.x86_64.rpm /root
02:13:10 ---> d3321e15c18d
02:13:10 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~447~g1d11bb5-1.fc42.x86_64.rpm
02:13:10 ---> Running in a4480bbc08e5
02:13:42 ---> Removed intermediate container a4480bbc08e5
02:13:42 ---> 83861af938be
02:13:45 Successfully built 83861af938be
02:13:45 Successfully tagged rpm-build-tmp:latest