moby--moby/project/make
Phil Estes 2aab992e17 Merge pull request #11119 from tianon/busybox-from-hub
Download busybox from the Hub instead of GitHub
2015-03-06 18:01:43 -05:00
..
.dockerinit Rename .dockerversion to .go-autogen so it's clear that all autogenerated code goes here 2015-03-03 12:42:38 -07:00
.ensure-busybox Download busybox from the Hub instead of GitHub 2015-03-02 14:38:19 -07:00
.ensure-emptyfs
.go-autogen Rename .dockerversion to .go-autogen so it's clear that all autogenerated code goes here 2015-03-03 12:42:38 -07:00
.go-compile-test-dir
.integration-daemon-start Run tests in stricter environment 2015-02-18 23:30:43 -07:00
.integration-daemon-stop
.validate
README.md
binary Rename .dockerversion to .go-autogen so it's clear that all autogenerated code goes here 2015-03-03 12:42:38 -07:00
cover
cross
dynbinary Fix dynbinary with new autogen code 2015-02-23 11:19:51 -07:00
test-docker-py Run tests in stricter environment 2015-02-18 23:30:43 -07:00
test-integration
test-integration-cli Run tests in stricter environment 2015-02-18 23:30:43 -07:00
test-unit Merge pull request #10833 from fabianorosas/10832-fix-test-unit-without-parallel 2015-02-20 12:12:46 -08:00
tgz
ubuntu
validate-dco
validate-gofmt
validate-toml fix tomlv because it doesn't read from stdin 2015-02-19 13:18:20 -08: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:

./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