1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/hack/make
unclejack 449f92f11e cli integ: don't fetch busybox if it exists
Don't make calls to the registry if the image exists already.

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
2014-04-13 15:06:15 +03:00
..
.validate Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 2014-04-04 00:41:33 -06:00
binary Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
cover Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
cross Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
dynbinary Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
dyntest Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
dyntest-integration Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
README.md Break down hack/make.sh into small scripts, one per 'bundle': test, binary, ubuntu etc. 2013-09-09 18:45:40 -07:00
test Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
test-integration Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
test-integration-cli cli integ: don't fetch busybox if it exists 2014-04-13 15:06:15 +03:00
tgz Fix a lot of the sha256 and md5 stuff to be more DRY and extendible, and on more things (specifically, the tgz files too) 2014-03-19 22:25:09 -06:00
ubuntu Add contrib/man to our generated deb 2014-04-07 21:32:17 -06:00
validate-dco Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 2014-04-04 00:41:33 -06:00
validate-gofmt Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 2014-04-04 00:41:33 -06:00

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