I know docker build ... writes all the log from the builder out to command line while docker build --quiet .. doesn't but prints the resulting image ID instead.
Both is very important IMHO, can I get both?
There is also --idfile which can supply but forces me to provide and clean up a file name.
Is there also a way to get both, the image ID and the build log just via stdout/err instead?
Docker version is 25.0.3 with BuildKit enabled
Try pipe approach