tree: 95dd5baa9093f65c8110460b842883022cb697cf [path history] [tgz]
  1. .resources-windows/
  2. .binary
  3. .detect-daemon-osarch
  4. .ensure-emptyfs
  5. .go-autogen
  6. .go-autogen.ps1
  7. .install
  8. .integration-daemon-setup
  9. .integration-daemon-start
  10. .integration-daemon-stop
  11. .integration-test-helpers
  12. binary
  13. binary-daemon
  14. binary-proxy
  15. build-integration-test-binary
  16. containerutility
  17. cross
  18. cross-platform-dependent
  19. dynbinary
  20. dynbinary-daemon
  21. dynbinary-proxy
  22. install-binary
  23. install-proxy
  24. README.md
  25. run
  26. test-docker-py
  27. test-integration
  28. test-integration-cli
  29. test-integration-flaky
  30. test-integration-shell
hack/make/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