Console Output
02:11:19 + docker build -t rpm-build-tmp .
02:11:19 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:19 Install the buildx component to build images with BuildKit:
02:11:19 https://docs.docker.com/go/buildx/
02:11:19
02:11:20 Sending build context to Docker daemon 329.4MB
02:11:20
02:11:20 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
02:11:20 ---> a5edd3811867
02:11:20 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~336~g5480017-1.fc43.x86_64.rpm /root
02:11:47 ---> bc4c3bb373af
02:11:47 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~336~g5480017-1.fc43.x86_64.rpm
02:11:47 ---> Running in e8df13e2eeef
02:12:43 ---> Removed intermediate container e8df13e2eeef
02:12:43 ---> f1951ed2d12f
02:12:43 Successfully built f1951ed2d12f
02:12:43 Successfully tagged rpm-build-tmp:latest