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
Dennis Chen 662bdb4a56 Removal of TEST_IMAGE_NAMESPACE
We don't need the test image namespace anymore since we've already
upgrade those images to the latest multi-arch ones.

Signed-off-by: Dennis Chen <dennis.chen@arm.com>
2018-01-11 05:16:09 +00:00
..
.resources-windows
.binary graphdriver: custom build-time priority list 2017-11-16 19:43:34 -08:00
.binary-setup
.detect-daemon-osarch Removal of TEST_IMAGE_NAMESPACE 2018-01-11 05:16:09 +00:00
.ensure-emptyfs
.go-autogen api: generalize version information to any platform component 2017-12-06 23:23:55 +01:00
.go-autogen.ps1 Fix windows 2017-12-06 23:23:55 +01:00
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.integration-test-helpers Removal of TEST_IMAGE_NAMESPACE 2018-01-11 05:16:09 +00:00
binary
binary-daemon
build-integration-test-binary Fix .go-autogen warnings 2017-11-01 12:03:32 +01:00
cross
dynbinary
dynbinary-daemon
install-binary Remove packaging scripts 2017-10-31 18:37:05 -04:00
README.md
run
test-docker-py
test-integration Fix .go-autogen warnings 2017-11-01 12:03:32 +01:00
test-integration-cli Fixed typo DEREPCATED -> DEPRECATED. 2017-12-29 06:39:09 -05:00
test-integration-shell

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 binary ubuntu

# Or to run all default bundles:
./hack/make.sh

To add a bundle:

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