moby--moby/hack/make
Daniel Nephin e593b72cc9 Fix exclude list in make.ps1
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-08-09 11:03:20 -04:00
..
.build-deb
.build-rpm
.resources-windows
.binary
.binary-setup
.detect-daemon-osarch
.ensure-emptyfs Protect images in the integration/ suite 2017-08-09 11:02:57 -04:00
.go-autogen
.go-autogen.ps1
.integration-daemon-setup Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
.integration-daemon-start Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
.integration-daemon-stop Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
.integration-test-helpers Fix exclude list in make.ps1 2017-08-09 11:03:20 -04:00
README.md
binary
binary-daemon
build-deb
build-rpm
clean-apt-repo
clean-yum-repo
cover
cross
dynbinary
dynbinary-daemon
generate-index-listing
install-binary
install-binary-daemon
release-deb
release-rpm
run
sign-repos
test-docker-py
test-integration Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
test-integration-cli Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
test-integration-shell Protect images in the integration/ suite 2017-08-09 11:02:57 -04:00
test-old-apt-repo
test-unit
tgz
ubuntu
update-apt-repo
win

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