Console Output
02:11:53 + docker build -t rpm-build-tmp .
02:11:53 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:53 Install the buildx component to build images with BuildKit:
02:11:53 https://docs.docker.com/go/buildx/
02:11:53
02:11:55 Sending build context to Docker daemon 313.8MB
02:11:55
02:11:55 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:11:55 ---> d02d86188b8a
02:11:55 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~209~g0a93329-1.fc42.x86_64.rpm /root
02:12:21 ---> 43f2e2942af5
02:12:21 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~209~g0a93329-1.fc42.x86_64.rpm
02:12:21 ---> Running in eefd905ae666
02:13:08 ---> Removed intermediate container eefd905ae666
02:13:08 ---> f9ca202b63ff
02:13:08 Successfully built f9ca202b63ff
02:13:08 Successfully tagged rpm-build-tmp:latest