Console Output
02:04:28 + docker build -t rpm-build-tmp .
02:04:28 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:04:28 Install the buildx component to build images with BuildKit:
02:04:28 https://docs.docker.com/go/buildx/
02:04:28
02:05:00 Sending build context to Docker daemon 4.023GB
02:05:00
02:05:00 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
02:05:00 ---> a5edd3811867
02:05:00 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~274~g6caea1c-1.fc43.x86_64.rpm /root
02:05:00 ---> bb4c5c26d22a
02:05:00 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~274~g6caea1c-1.fc43.x86_64.rpm
02:05:00 ---> Running in 3fa675c980d5
02:05:12 ---> Removed intermediate container 3fa675c980d5
02:05:12 ---> 4172874cb213
02:05:13 Successfully built 4172874cb213
02:05:13 Successfully tagged rpm-build-tmp:latest