reg/vendor/github.com/docker/docker-ce/components/engine/hack/make
Jess Frazelle 8e5eba8735
switch to dep
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 14:50:55 -05:00
..
.resources-windows switch to dep 2017-12-11 14:50:55 -05:00
.binary switch to dep 2017-12-11 14:50:55 -05:00
.binary-setup switch to dep 2017-12-11 14:50:55 -05:00
.detect-daemon-osarch switch to dep 2017-12-11 14:50:55 -05:00
.ensure-emptyfs switch to dep 2017-12-11 14:50:55 -05:00
.go-autogen switch to dep 2017-12-11 14:50:55 -05:00
.go-autogen.ps1 switch to dep 2017-12-11 14:50:55 -05:00
.integration-daemon-setup switch to dep 2017-12-11 14:50:55 -05:00
.integration-daemon-start switch to dep 2017-12-11 14:50:55 -05:00
.integration-daemon-stop switch to dep 2017-12-11 14:50:55 -05:00
.integration-test-helpers switch to dep 2017-12-11 14:50:55 -05:00
binary switch to dep 2017-12-11 14:50:55 -05:00
binary-daemon switch to dep 2017-12-11 14:50:55 -05:00
build-integration-test-binary switch to dep 2017-12-11 14:50:55 -05:00
dynbinary switch to dep 2017-12-11 14:50:55 -05:00
dynbinary-daemon switch to dep 2017-12-11 14:50:55 -05:00
install-binary switch to dep 2017-12-11 14:50:55 -05:00
README.md switch to dep 2017-12-11 14:50:55 -05:00
run switch to dep 2017-12-11 14:50:55 -05:00
test-docker-py switch to dep 2017-12-11 14:50:55 -05:00
test-integration switch to dep 2017-12-11 14:50:55 -05:00
test-integration-cli switch to dep 2017-12-11 14:50:55 -05:00
test-integration-shell switch to dep 2017-12-11 14:50:55 -05:00

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