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