Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions content/manuals/build/building/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,11 +376,12 @@ argument, the argument takes priority.

Sets the type of the BuildKit progress output. Valid values are:

- `auto` (default)
- `plain`
- `tty`
- `quiet`
- `rawjson`
- `auto` (default): automatically uses `tty` in interactive terminals, `plain` otherwise
- `plain`: displays build steps sequentially in simple text format
- `tty`: interactive output with formatted progress bars and build steps
- `quiet`: suppresses progress output, only shows errors and final image ID
- `none`: no progress output, only shows errors
- `rawjson`: outputs build progress as raw JSON (useful for parsing by other tools)

Usage:

Expand Down