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
Derek McGowan 636037c363 Fix test pull verified
Update pull code to consider any layer download or new tag as an update.
Update hello-world frozen image to be explicitly tagged as frozen, to not interfere with pull tests.  The hello-world is used by pull tests because of its small size and there is no other official image with such a size.

fixes #11383

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-03-16 12:22:00 -07:00
..
.dockerinit Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.ensure-emptyfs Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.ensure-frozen-images Fix test pull verified 2015-03-16 12:22:00 -07: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 Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06: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
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
README.md Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06: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

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