Console Output
02:02:45 + docker build -t rpm-build-tmp .
02:02:45 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:02:45 Install the buildx component to build images with BuildKit:
02:02:45 https://docs.docker.com/go/buildx/
02:02:45
02:02:55 Sending build context to Docker daemon 3.622GB
02:02:55
02:02:55 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:02:55 ---> 320757bff468
02:02:55 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~262~gb916c67-1.fc41.x86_64.rpm /root
02:02:55 ---> e29057bde032
02:02:55 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~262~gb916c67-1.fc41.x86_64.rpm
02:02:55 ---> Running in 527831b8b939
02:02:58 Removing intermediate container 527831b8b939
02:02:58 ---> 347463ef7925
02:02:59 Successfully built 347463ef7925
02:02:59 Successfully tagged rpm-build-tmp:latest