Console Output
19:18:39 + docker build -t rpm-build-tmp .
19:18:39 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
19:18:39 Install the buildx component to build images with BuildKit:
19:18:39 https://docs.docker.com/go/buildx/
19:18:39
19:18:51 Sending build context to Docker daemon 1.576GB
19:18:51
19:18:51 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
19:18:51 ---> a5edd3811867
19:18:51 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~373~g120967e-1.fc43.x86_64.rpm /root
19:20:43 ---> 611ca94dad31
19:20:43 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~373~g120967e-1.fc43.x86_64.rpm
19:20:44 ---> Running in 1a3529e73ccc
19:22:05 ---> Removed intermediate container 1a3529e73ccc
19:22:05 ---> e10678287ab8
19:22:05 Successfully built e10678287ab8
19:22:05 Successfully tagged rpm-build-tmp:latest