moby--moby/hack/make
Srini Brahmaroutu ec92e84b85 Build docker with gccgo, requires host to contain gccgo 5.0
Addresses #9207
Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
2015-03-16 22:38:26 +00:00
..
.dockerinit Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.dockerinit-gccgo Build docker with gccgo, requires host to contain gccgo 5.0 2015-03-16 22:38:26 +00:00
.ensure-emptyfs Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.ensure-frozen-images Enforce our use of the explicitly frozen images 2015-03-16 14:42:59 -06:00
.ensure-httpserver Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.go-autogen Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.go-compile-test-dir Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.integration-daemon-start Build docker with gccgo, requires host to contain gccgo 5.0 2015-03-16 22:38:26 +00:00
.integration-daemon-stop Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.validate Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
README.md Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
binary Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
cover Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
cross Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
dynbinary Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
dyngccgo Build docker with gccgo, requires host to contain gccgo 5.0 2015-03-16 22:38:26 +00:00
gccgo Build docker with gccgo, requires host to contain gccgo 5.0 2015-03-16 22:38:26 +00:00
test-docker-py Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
test-integration Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
test-integration-cli Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
test-unit Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
tgz Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
ubuntu Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
validate-dco Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
validate-gofmt Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
validate-toml Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00

README.md

This directory holds scripts called by make.sh in the parent directory.

Each script is named after the bundle it creates. They should not be called directly - instead, pass it as argument to make.sh, for example:

./hack/make.sh test
./hack/make.sh binary ubuntu

# Or to run all bundles:
./hack/make.sh

To add a bundle:

  • Create a shell-compatible file here
  • Add it to $DEFAULT_BUNDLES in make.sh