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
2014-04-30 12:27:52 -07:00
..
.ensure-busybox Use "docker load" to create "scratch" in hack/make/test-integration-cli (instead of implicitly pulling it from the index) 2014-04-28 22:26:25 -06:00
.ensure-scratch Use "docker load" to create "scratch" in hack/make/test-integration-cli (instead of implicitly pulling it from the index) 2014-04-28 22:26:25 -06:00
.validate
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
test-integration Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
test-integration-cli Merge pull request #5464 from tianon/close-leftover-fds 2014-04-30 12:27:52 -07:00
test-unit Add new test-unit make rule which only runs the unit tests. Renames test 2014-04-29 23:26:27 +00:00
tgz
ubuntu Update the "cgroup-lite" dep in our deb package from "Suggests" to "Recommends" and add "cgroupfs-mount" as another alternative 2014-04-28 17:08:03 -06:00
validate-dco
validate-gofmt

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