moby--moby/hack/make
Daniel Nephin c467a11205 Remove config tests, which are now unit tests in docker/cli
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-08-18 14:24:52 -04:00
..
.build-deb Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
.build-rpm Merge pull request #32437 from cpuguy83/container_selinux 2017-05-12 09:23:17 -04:00
.resources-windows
.binary More helper hack helper functions to a more appropriate place. 2017-07-17 11:38:59 -04:00
.binary-setup Remove pkcs11, libltdl-dev, and clang for osx. 2017-06-21 11:18:44 -04:00
.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 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 Remove config tests, which are now unit tests in docker/cli 2017-08-18 14:24:52 -04:00
README.md Remove test-unit from hack/make 2017-07-17 11:39:33 -04:00
binary Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
binary-daemon More helper hack helper functions to a more appropriate place. 2017-07-17 11:38:59 -04:00
build-deb
build-integration-test-binary Fix `make build-integration-cli-on-swarm` 2017-08-12 06:53:25 +00:00
build-rpm
clean-apt-repo
clean-yum-repo
cover
cross remove cli concerns from hack/make 2017-06-21 11:20:05 -04:00
dynbinary Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
dynbinary-daemon remove cli concerns from hack/make 2017-06-21 11:20:05 -04:00
generate-index-listing Spelling fixes 2017-07-03 13:13:09 -07:00
install-binary hack: Remove install-binary-client 2017-05-08 10:50:31 -07:00
install-binary-daemon More helper hack helper functions to a more appropriate place. 2017-07-17 11:38:59 -04:00
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 Remove test-unit from hack/make 2017-07-17 11:39:33 -04:00
tgz Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
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