Console Output
02:09:51 + docker build -t rpm-build-tmp .
02:09:51 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:51 Install the buildx component to build images with BuildKit:
02:09:51 https://docs.docker.com/go/buildx/
02:09:51
02:09:53 Sending build context to Docker daemon 300.6MB
02:09:53
02:09:53 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:09:53 ---> 320757bff468
02:09:53 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~447~g1d11bb5-1.fc41.x86_64.rpm /root
02:10:19 ---> 59d3670bb830
02:10:19 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~447~g1d11bb5-1.fc41.x86_64.rpm
02:10:20 ---> Running in a0952826ceb1
02:11:17 ---> Removed intermediate container a0952826ceb1
02:11:17 ---> 65e02b28e087
02:11:17 Successfully built 65e02b28e087
02:11:17 Successfully tagged rpm-build-tmp:latest