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
Brian Goff 5e4444823c build: only use env for args if set
When following this pattern:

  buildx build --arg FOO

Where we want to pull `FOO` from env, currently we always set `FOO`
regardless if the `FOO` env var is even set.

This change makes it so that `FOO` would only be set if it has been set
in the env (even if it is set to empty).

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
5 years ago
..
imagetools imagetools: avoid printing newline on raw mode 5 years ago
bake.go new driver: kubernetes 5 years ago
build.go build: only use env for args if set 5 years ago
create.go driver: allow setting driver opts 6 years ago
inspect.go driver: allow configuring buildkitd flags 6 years ago
install.go install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
ls.go vendor: update docker/cli (ab688a9a79a1) and docker/docker (3998dffb806f) 6 years ago
rm.go new driver: kubernetes 5 years ago
root.go rename to docker/buildx 6 years ago
stop.go commands: add implementations for create, use, rm, stop 6 years ago
uninstall.go install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
use.go vendor: update docker/cli (ab688a9a79a1) and docker/docker (3998dffb806f) 6 years ago
util.go kubernetes: show Kubernetes Pods as buildx "Nodes" in `docker buildx inspect` 5 years ago
version.go rename to docker/buildx 6 years ago