From 7d63de0d06497ef5d5969e024481c00b6da7fffa Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 31 Oct 2025 15:55:49 +0100 Subject: [PATCH] build: add buildkit_progress=none option Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/build/building/variables.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/content/manuals/build/building/variables.md b/content/manuals/build/building/variables.md index 9347db1af84c..52d5a0a03237 100644 --- a/content/manuals/build/building/variables.md +++ b/content/manuals/build/building/variables.md @@ -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: