Console Output
02:11:56 + docker build -t rpm-build-tmp .
02:11:56 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:56 Install the buildx component to build images with BuildKit:
02:11:56 https://docs.docker.com/go/buildx/
02:11:56
02:11:58 Sending build context to Docker daemon 258.5MB
02:11:58
02:11:58 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:11:58 ---> 4c8c02429e77
02:11:58 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~299~gb968b0e-1.fc40.x86_64.rpm /root
02:12:08 ---> eec121af8d42
02:12:08 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~299~gb968b0e-1.fc40.x86_64.rpm
02:12:08 ---> Running in d3d0f0190a2d
02:12:26 Removing intermediate container d3d0f0190a2d
02:12:26 ---> 7f9a65574f32
02:12:26 Successfully built 7f9a65574f32
02:12:26 Successfully tagged rpm-build-tmp:latest