You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/util
Justin Chadwell a50e89c38e progress: explicitly fail if tty requested but not available
The NewPrinter function is mostly borrowed from buildkit. However, at
some point, it seems that the implementations drifted.

This patch updates buildx to be more similar in behavior to it's
buildkit counterpart, specifically, it will explicitly fail if a TTY
output is requested using "--progress=tty", but the output is not
available.

To gracefully fallback to plain progress in this scenario,
"--progress=plain" is required.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
buildflags s3 cache client-side support 2 years ago
cobrautil cli: fix builder persistent flag 3 years ago
confutil create: load default buildkit config if none specified 3 years ago
imagetools imagetools: support cross-repo mounting 2 years ago
logutil Remove uses of deprecated io/ioutil 3 years ago
platformutil
progress progress: explicitly fail if tty requested but not available 2 years ago
resolver
tracing
userfunc Dockerfile: update golangci-lint to 1.48.0 (go 1.19 support) 2 years ago
waitmap util: add waitmap for target synchronization 3 years ago