Feature or enhancement request details
The default color scheme for buildkit/buildctl is awful for dark backgrounds and buildkit has support for modifying colors (as I wrote it), but locally set environment variables do not seem to be passed all the way through with container, or it is using a very old version of buildkit/buildctl.
It would be VERY useful to be able to set these as usual using something like:
export BUILDKIT_COLORS=run=green:warning=yellow:error=red:cancel=cyan and export NOCOLOR.
See:
Code of Conduct