Console Output
18:38:31 + docker build -t rpm-build-tmp .
18:38:31 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
18:38:31 Install the buildx component to build images with BuildKit:
18:38:31 https://docs.docker.com/go/buildx/
18:38:31
18:38:57 Sending build context to Docker daemon 3.811GB
18:38:57
18:38:57 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
18:38:57 ---> 486100749672
18:38:57 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~450~g33f6d74-1.fc42.x86_64.rpm /root
18:39:01 ---> f96bb5786afa
18:39:01 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~450~g33f6d74-1.fc42.x86_64.rpm
18:39:01 ---> Running in 86084230ba43
18:39:14 ---> Removed intermediate container 86084230ba43
18:39:14 ---> 600f2acba6af
18:39:14 Successfully built 600f2acba6af
18:39:14 Successfully tagged rpm-build-tmp:latest