Console Output
09:30:14 + docker build -t rpm-build-tmp .
09:30:14 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
09:30:14 Install the buildx component to build images with BuildKit:
09:30:14 https://docs.docker.com/go/buildx/
09:30:14
09:30:21 Sending build context to Docker daemon 3.814GB
09:30:21
09:30:21 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
09:30:21 ---> a5edd3811867
09:30:21 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~455~g41a8099-1.fc43.x86_64.rpm /root
09:30:22 ---> 48ddcb0988d9
09:30:22 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~455~g41a8099-1.fc43.x86_64.rpm
09:30:22 ---> Running in 257545b509c9
09:30:25 ---> Removed intermediate container 257545b509c9
09:30:25 ---> 9da8770a14a7
09:30:25 Successfully built 9da8770a14a7
09:30:25 Successfully tagged rpm-build-tmp:latest