mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
build: add buildkit_progress=none option
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user