mirror of https://github.com/docker/docs.git
Merge pull request #21744 from dvdksn/buildkit_progress_quiet
build: add BUILDKIT_PROGRESS=quiet
This commit is contained in:
commit
37eddd5e5c
|
@ -375,6 +375,7 @@ Sets the type of the BuildKit progress output. Valid values are:
|
|||
- `auto` (default)
|
||||
- `plain`
|
||||
- `tty`
|
||||
- `quiet`
|
||||
- `rawjson`
|
||||
|
||||
Usage:
|
||||
|
|
Loading…
Reference in New Issue