--no-console? --classic ?
@tonistiigi @tiborvass
--no-console sgtm
Fine with --no-console
After some back and forth, docker cli went with --console=(auto,true,false). buildctl should probably replicate.
I could take a crack at this, @tonistiigi any pointers to the implementation of this for the docker cli so that we can match the automatic behavior?
docker cli is in https://github.com/docker/cli/blob/master/cli/command/image/build_buildkit.go#L186-L190
@tonistiigi @tiborvass I noticed this was somewhat related to my comments in cli - https://github.com/docker/cli/issues/1133
Personally, I found --no-progress more precise.
Most helpful comment
After some back and forth, docker cli went with
--console=(auto,true,false).buildctlshould probably replicate.