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/commands
Justin Chadwell 309c49413c buildx: log errors in initializing builders
Previously, errors within the driver config would not be reported to the
user until they tried to use the driver, even though they are easily
accessible from the node group info.

This patch reports these errors (but will not fail because of them,
since the data is already saved) - this should help improve
debuggability of some of the more complex drivers, and prevent error
messages being suppressed.

Signed-off-by: Justin Chadwell <me@jedevc.com>
3 years ago
..
imagetools imagetools: respect --builder flag 3 years ago
bake.go bake: restore consistent output for metadata 3 years ago
build.go vendor: bump buildkit to master 3 years ago
create.go buildx: log errors in initializing builders 3 years ago
create_test.go Fix tolerations not parsing its options correctly, add tests 3 years ago
diskusage.go vendor: update buildkit to 539be170 3 years ago
inspect.go inspect: fix printing of driver options 3 years ago
install.go cli: fix builder persistent flag 3 years ago
ls.go ls: move builder/node status error msg below table 3 years ago
prune.go disk usage: last accessed not displayed 3 years ago
rm.go rm: display name of removed builder 3 years ago
root.go root: ignore SSH CloseRead warning 3 years ago
stop.go cli: fix builder persistent flag 3 years ago
uninstall.go cli: fix builder persistent flag 3 years ago
use.go cli: fix builder persistent flag 3 years ago
util.go remote: add additional connhelpers to buildx 3 years ago
version.go cli: fix builder persistent flag 3 years ago