Console Output
16:05:55 + docker build -t rpm-build-tmp .
16:05:55 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
16:05:55 Install the buildx component to build images with BuildKit:
16:05:55 https://docs.docker.com/go/buildx/
16:05:55
16:08:46 Sending build context to Docker daemon 3.685GB
16:08:46
16:08:46 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
16:08:46 ---> 486100749672
16:08:46 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~377~g389af8c-1.fc42.x86_64.rpm /root
16:09:42 ---> 7ecdd7ea39b7
16:09:42 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~377~g389af8c-1.fc42.x86_64.rpm
16:09:42 ---> Running in f212f36f980c
16:10:29 ---> Removed intermediate container f212f36f980c
16:10:29 ---> 3105adaf3409
16:10:31 Successfully built 3105adaf3409
16:10:32 Successfully tagged rpm-build-tmp:latest