Right now, if NO_COLOR="", output colors will be disabled.
eg: colors are enabled only if NO_COLOR is not set at all.
Comment in the source here https://github.com/moby/buildkit/blob/master/util/progress/progressui/init.go#L18
suggests that this is on purpose, but this seems to differ from the example at https://no-color.org/ right?
Right now, if
NO_COLOR="", output colors will be disabled.eg: colors are enabled only if
NO_COLORis not set at all.Comment in the source here https://github.com/moby/buildkit/blob/master/util/progress/progressui/init.go#L18
suggests that this is on purpose, but this seems to differ from the example at https://no-color.org/ right?