moby--moby/hack/make
Sebastiaan van Stijn fda904911d
Merge pull request #35772 from arm64b/multi-arch-manifest-support
Download support of images with multi-arch manifest
2018-01-03 19:03:33 +01:00
..
.resources-windows
.binary graphdriver: custom build-time priority list 2017-11-16 19:43:34 -08:00
.binary-setup
.detect-daemon-osarch Download support of images with multi-arch manifest 2017-12-14 05:37:22 +00:00
.ensure-emptyfs Protect images in the integration/ suite 2017-08-09 11:02:57 -04:00
.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 Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
.integration-daemon-start Remove config tests, which are now unit tests in docker/cli 2017-08-18 14:24:52 -04:00
.integration-daemon-stop Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
.integration-test-helpers Fix .go-autogen warnings 2017-11-01 12:03:32 +01:00
README.md
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
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 Protect images in the integration/ suite 2017-08-09 11:02:57 -04: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:

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