Console Output
02:09:44 + docker build -t rpm-build-tmp .
02:09:44 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:44 Install the buildx component to build images with BuildKit:
02:09:44 https://docs.docker.com/go/buildx/
02:09:44
02:09:45 Sending build context to Docker daemon 301.8MB
02:09:45
02:09:45 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:09:45 ---> 486100749672
02:09:45 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~370~g0f93219-1.fc42.x86_64.rpm /root
02:09:48 ---> 2cdcc1b15462
02:09:48 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~370~g0f93219-1.fc42.x86_64.rpm
02:09:48 ---> Running in 4a6aa0b55541
02:09:58 ---> Removed intermediate container 4a6aa0b55541
02:09:58 ---> fa9961046500
02:09:58 Successfully built fa9961046500
02:09:58 Successfully tagged rpm-build-tmp:latest