github.com/afbjorklund/moby@v20.10.5+incompatible/hack/make/README.md (about) 1 This directory holds scripts called by `make.sh` in the parent directory. 2 3 Each script is named after the bundle it creates. 4 They should not be called directly - instead, pass it as argument to make.sh, for example: 5 6 ``` 7 ./hack/make.sh binary ubuntu 8 9 # Or to run all default bundles: 10 ./hack/make.sh 11 ``` 12 13 To add a bundle: 14 15 * Create a shell-compatible file here 16 * Add it to $DEFAULT_BUNDLES in make.sh