Console Output
02:09:45 + docker build -t rpm-build-tmp .
02:09:45 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:45 Install the buildx component to build images with BuildKit:
02:09:45 https://docs.docker.com/go/buildx/
02:09:45
02:13:36 Sending build context to Docker daemon 3.625GB
02:13:36
02:13:36 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:13:36 ---> 320757bff468
02:13:36 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~498~g94533fe-1.fc41.x86_64.rpm /root
02:14:57 ---> 1d197f6fc5b9
02:14:57 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~498~g94533fe-1.fc41.x86_64.rpm
02:14:57 ---> Running in 927b8269a9bb
02:15:54 ---> Removed intermediate container 927b8269a9bb
02:15:54 ---> 7eee50736c76
02:15:54 Successfully built 7eee50736c76
02:15:55 Successfully tagged rpm-build-tmp:latest