Skip to content

Commit 7d63de0

Browse files
committed
build: add buildkit_progress=none option
Signed-off-by: David Karlsson <[email protected]>
1 parent 577bf3e commit 7d63de0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

content/manuals/build/building/variables.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -376,11 +376,12 @@ argument, the argument takes priority.
376376

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

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

385386
Usage:
386387

0 commit comments

Comments
 (0)