Docker CLI plugin for extended build capabilities with BuildKit
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.
 
 
 
 
 
Go to file
Eli Uriegas 01863cf558 Add makefile targets to build easily with just go
Makes it easier to build inside of containers, including the ability to
cross compile easily with usage similar to:

    GOOS=darwin make plugin

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
6 years ago
bake bake: fix dockerfile and context defaults 6 years ago
build bake: fix dockerfile and context defaults 6 years ago
cmd/buildx cmd: allow invoking without plugin 6 years ago
commands commands: avoid creating instance from tls environment 6 years ago
driver build: add docker output for non-moby drivers 6 years ago
hack bake: rename compose file 6 years ago
store commands: add platforms dedupe 6 years ago
util commands: add platforms dedupe 6 years ago
vendor install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
version cmd: add helloworld example 6 years ago
.dockerignore hack: add cross target 6 years ago
.gitignore hack: add test target 6 years ago
.travis.yml travis: temporarily only build for linux/amd64 and darwin/amd64 6 years ago
Dockerfile install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
Makefile Add makefile targets to build easily with just go 6 years ago
go.mod install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
go.sum install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
gometalinter.json hack: base build scripts 6 years ago