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