File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
content/manuals/build/building Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -376,11 +376,12 @@ argument, the argument takes priority.
376376
377377Sets 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
385386Usage:
386387
You can’t perform that action at this time.
0 commit comments