moby--moby/project/make
Tianon Gravi 09b4c25852 Refactor busybox downloading as generic "frozen-images"
This makes it much simpler to add new "frozen" images -- simply add them to the `Dockerfile` and in `hack/make/.ensure-frozen-images` and you're off to the races.

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
2015-03-09 19:02:59 -06:00
..
.dockerinit
.ensure-emptyfs
.ensure-frozen-images
.ensure-httpserver
.go-autogen
.go-compile-test-dir
.integration-daemon-start
.integration-daemon-stop
.validate
README.md
binary
cover
cross
dynbinary
test-docker-py
test-integration
test-integration-cli
test-unit
tgz
ubuntu
validate-dco
validate-gofmt
validate-toml

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:

./project/make.sh test
./project/make.sh binary ubuntu

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

To add a bundle:

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