Both the project's Dockerfile and Godeps.json Go 1.7. Tests should run with the same version.
Signed-off-by: Andrew Starr-Bochicchio <a.starr.b@gmail.com>
- new simpler targets:
* make machine
* make plugins
* make cross
- fixed windows cross build to output .exe files
Signed-off-by: Olivier Gambier <olivier@docker.com>
- USE_CONTAINER allow to seamlessly run targets inside or outside containers
- all build calls have been harmonized, honoring the same env variables
- contributing doc has been streamlined according to that
- kill the distinction between remote and local docker builds
- got rid of some of the byzantine calls in various asorted scripts
- support for static build, debug builds, verbose
Signed-off-by: Olivier Gambier <olivier@docker.com>