Console Output
02:10:40 + docker build -t rpm-build-tmp .
02:10:40 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:40 Install the buildx component to build images with BuildKit:
02:10:40 https://docs.docker.com/go/buildx/
02:10:40
02:10:41 Sending build context to Docker daemon 260.9MB
02:10:41
02:10:41 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:10:41 ---> 320757bff468
02:10:41 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~288~g7613311-1.fc41.x86_64.rpm /root
02:11:03 ---> 07719e069cb2
02:11:03 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~288~g7613311-1.fc41.x86_64.rpm
02:11:03 ---> Running in 70df5d249ca9
02:11:49 Removing intermediate container 70df5d249ca9
02:11:49 ---> 8b4f4e12e204
02:11:49 Successfully built 8b4f4e12e204
02:11:49 Successfully tagged rpm-build-tmp:latest