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 d7e4affe98 Complete remote driver
This patch completes the work started in creating a remote driver:

- Renames the env driver to the remote driver (an alternative suggestion
  that should be more user-friendly)
- Adds support for TLS to encrypt connections with buildkitd
- Fixes outstanding review comments
- Reworks the buildx create command endpoint construction to be clearer
  and include better support for this new driver.

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 docs: small fixes 3 years ago
create.go Complete remote driver 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
ls.go
prune.go disk usage: last accessed not displayed 3 years ago
rm.go cli: add --all-inactive and --force flags for rm command 3 years ago
root.go cli: fix standalone command behavior 3 years ago
stop.go
uninstall.go
use.go
util.go Complete remote driver 3 years ago
version.go