docs(guide): color output controls
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>pull/1230/head
parent
23455744ac
commit
20022fd441
@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "Color output controls"
|
||||
description: "Modifying colors of progress output"
|
||||
keywords: build, buildx, buildkit
|
||||
---
|
||||
|
||||
Buildx has support for modifying the colors that are used to output information
|
||||
to the terminal. You can set the environment variable `BUILDKIT_COLORS` to
|
||||
something like `run=123,20,245:error=yellow:cancel=blue:warning=white` to set
|
||||
the colors that you would like to use:
|
||||
|
||||

|
||||
|
||||
Setting `NO_COLOR` to anything will disable any colorized output as recommended
|
||||
by [no-color.org](https://no-color.org/):
|
||||
|
||||

|
||||
|
||||
> **Note**
|
||||
>
|
||||
> Parsing errors will be reported but ignored. This will result in default
|
||||
> color values being used where needed.
|
||||
|
||||
See also [the list of pre-defined colors](https://github.com/moby/buildkit/blob/master/util/progress/progressui/colors.go).
|
Loading…
Reference in New Issue