Console Output
02:15:12 + docker build -t rpm-build-tmp .
02:15:12 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:15:12 Install the buildx component to build images with BuildKit:
02:15:12 https://docs.docker.com/go/buildx/
02:15:12
02:17:48 Sending build context to Docker daemon 3.607GB
02:17:48
02:17:48 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:17:48 ---> 320757bff468
02:17:48 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~331~g28b9a76-1.fc41.x86_64.rpm /root
02:18:56 ---> 3455bfced53d
02:18:56 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~331~g28b9a76-1.fc41.x86_64.rpm
02:18:56 ---> Running in 2a6d88e2d2f4
02:19:35 Removing intermediate container 2a6d88e2d2f4
02:19:35 ---> 540c142b264b
02:19:35 Successfully built 540c142b264b
02:19:35 Successfully tagged rpm-build-tmp:latest