Console Output
03:25:41 + docker build -t rpm-build-tmp .
03:25:41 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
03:25:41 Install the buildx component to build images with BuildKit:
03:25:41 https://docs.docker.com/go/buildx/
03:25:41
03:26:03 Sending build context to Docker daemon 4.024GB
03:26:03
03:26:03 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
03:26:03 ---> a5edd3811867
03:26:03 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~269~g307de3f-1.fc43.x86_64.rpm /root
03:26:04 ---> a506a0d1410e
03:26:04 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~269~g307de3f-1.fc43.x86_64.rpm
03:26:04 ---> Running in eec1a76c8a2e
03:26:36 ---> Removed intermediate container eec1a76c8a2e
03:26:36 ---> c26ff2f49c2a
03:26:36 Successfully built c26ff2f49c2a
03:26:36 Successfully tagged rpm-build-tmp:latest