Console Output
02:12:27 + docker build -t rpm-build-tmp .
02:12:27 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:27 Install the buildx component to build images with BuildKit:
02:12:27 https://docs.docker.com/go/buildx/
02:12:27
02:14:49 Sending build context to Docker daemon 3.599GB
02:14:49
02:14:49 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:14:49 ---> 320757bff468
02:14:49 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~8~gdac54b2-1.fc41.x86_64.rpm /root
02:15:56 ---> 7e6231860ef3
02:15:56 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~8~gdac54b2-1.fc41.x86_64.rpm
02:15:56 ---> Running in b13a6c0f1cf4
02:16:35 ---> Removed intermediate container b13a6c0f1cf4
02:16:35 ---> 489b4edafd65
02:16:35 Successfully built 489b4edafd65
02:16:35 Successfully tagged rpm-build-tmp:latest