Console Output
02:05:43 + docker build -t rpm-build-tmp .
02:05:43 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:05:43 Install the buildx component to build images with BuildKit:
02:05:43 https://docs.docker.com/go/buildx/
02:05:43
02:06:40 Sending build context to Docker daemon 3.954GB
02:06:40
02:06:40 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
02:06:40 ---> a5edd3811867
02:06:40 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~209~g0a93329-1.fc43.x86_64.rpm /root
02:06:48 ---> a62de6bf0858
02:06:48 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~209~g0a93329-1.fc43.x86_64.rpm
02:06:48 ---> Running in a3545de58f37
02:07:06 ---> Removed intermediate container a3545de58f37
02:07:06 ---> e5d8de3e73bd
02:07:06 Successfully built e5d8de3e73bd
02:07:06 Successfully tagged rpm-build-tmp:latest