tree: 82468fb6ffb8701e5a8193359f6f99489533fd11 [path history] [tgz]
  1. .dockerinit
  2. .ensure-busybox
  3. .ensure-scratch
  4. .go-compile-test-dir
  5. .integration-daemon-start
  6. .integration-daemon-stop
  7. .validate
  8. binary
  9. cover
  10. cross
  11. dynbinary
  12. README.md
  13. test-docker-py
  14. test-integration
  15. test-integration-cli
  16. test-unit
  17. tgz
  18. ubuntu
  19. validate-dco
  20. validate-gofmt
  21. validate-toml
project/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 test
./hack/make.sh binary ubuntu

# Or to run all bundles:
./hack/make.sh

To add a bundle:

  • Create a shell-compatible file here
  • Add it to $DEFAULT_BUNDLES in make.sh