Console Output
02:10:13 + docker build -t rpm-build-tmp .
02:10:13 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:13 Install the buildx component to build images with BuildKit:
02:10:13 https://docs.docker.com/go/buildx/
02:10:13
02:12:19 Sending build context to Docker daemon 3.607GB
02:12:19
02:12:19 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:12:19 ---> 320757bff468
02:12:19 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~350~g06ac09d-1.fc41.x86_64.rpm /root
02:13:56 ---> 5b2250501369
02:13:56 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~350~g06ac09d-1.fc41.x86_64.rpm
02:13:56 ---> Running in 4f8449b1d6cd
02:14:28 Removing intermediate container 4f8449b1d6cd
02:14:28 ---> 93b012e2a1c4
02:14:29 Successfully built 93b012e2a1c4
02:14:31 Successfully tagged rpm-build-tmp:latest