Console Output
02:08:24 + docker build -t rpm-build-tmp .
02:08:24 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:08:24 Install the buildx component to build images with BuildKit:
02:08:24 https://docs.docker.com/go/buildx/
02:08:24
02:08:56 Sending build context to Docker daemon 4.209GB
02:08:56
02:08:56 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
02:08:56 ---> a5edd3811867
02:08:56 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc43.x86_64.rpm /root
02:09:02 ---> 33417f9b135b
02:09:02 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~284~gcdfa351-1.fc43.x86_64.rpm
02:09:02 ---> Running in 3014ee4b3d5f
02:09:16 ---> Removed intermediate container 3014ee4b3d5f
02:09:16 ---> ec0aa0ec9847
02:09:16 Successfully built ec0aa0ec9847
02:09:16 Successfully tagged rpm-build-tmp:latest