mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Add a flag to allow keeping bundles around (helps with CI) Fix several problems in repo make targets * quote DOCKER_EXPERIMENTAL variable * pass-through arguments for gpg provided to dpkg-sig are now quoted properly, so passphrases with shell-interpolated symbols can be used * when determining deb suites, don't rely on 'origin' to be github.com/docker/docker Fix some issues with deb repository creation from scratch * Don't add empty components to the repository configuration as they will cause failure when generating. Add old docker-engine-cs name to package conflicts Signed-off-by: Mike Dougherty <mike.dougherty@docker.com>
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