Console Output
02:11:11 + docker build -t rpm-build-tmp .
02:11:11 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:11 Install the buildx component to build images with BuildKit:
02:11:11 https://docs.docker.com/go/buildx/
02:11:11
02:11:12 Sending build context to Docker daemon 302.5MB
02:11:12
02:11:12 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:11:12 ---> 320757bff468
02:11:12 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~370~g0f93219-1.fc41.x86_64.rpm /root
02:11:39 ---> 62e8eafa0bfa
02:11:39 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~370~g0f93219-1.fc41.x86_64.rpm
02:11:39 ---> Running in 7a224a513475
02:12:25 ---> Removed intermediate container 7a224a513475
02:12:25 ---> 407a407b7fc3
02:12:25 Successfully built 407a407b7fc3
02:12:25 Successfully tagged rpm-build-tmp:latest