Console Output
02:02:17 + docker build -t rpm-build-tmp .
02:02:17 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:02:17 Install the buildx component to build images with BuildKit:
02:02:17 https://docs.docker.com/go/buildx/
02:02:17
02:02:17 Sending build context to Docker daemon 301.5MB
02:02:17
02:02:17 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:02:17 ---> 486100749672
02:02:17 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~336~g4ed04fa-1.fc42.x86_64.rpm /root
02:02:18 ---> 1717c755bb85
02:02:18 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~336~g4ed04fa-1.fc42.x86_64.rpm
02:02:18 ---> Running in 88ea57c257a1
02:02:22 ---> Removed intermediate container 88ea57c257a1
02:02:22 ---> 80500532c8c1
02:02:22 Successfully built 80500532c8c1
02:02:22 Successfully tagged rpm-build-tmp:latest