Console Output
02:10:49 + docker build -t rpm-build-tmp .
02:10:49 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:49 Install the buildx component to build images with BuildKit:
02:10:49 https://docs.docker.com/go/buildx/
02:10:49
02:11:04 Sending build context to Docker daemon 3.956GB
02:11:04
02:11:04 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
02:11:04 ---> a5edd3811867
02:11:04 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~217~g93e013d-1.fc43.x86_64.rpm /root
02:11:06 ---> 2cef7f7f60db
02:11:06 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~217~g93e013d-1.fc43.x86_64.rpm
02:11:06 ---> Running in 6dfc3b79b2ac
02:11:11 ---> Removed intermediate container 6dfc3b79b2ac
02:11:11 ---> 4a89ef6da3bc
02:11:11 Successfully built 4a89ef6da3bc
02:11:11 Successfully tagged rpm-build-tmp:latest