The docker-py commit used in the standard `Dockerfile` is from Feb. 2015 and is out of date with the current API level and has fixes for things like the new docker cli config location and registry v2 changes/API responses as well. Also pass "NOT_ON_HOST=true" to docker-py test suite so that tests relying on direct HOST interaction (versus running in a container) are skipped. Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp) Upstream-commit: 65fb04228eba7c6d8640bc8de8800ade05efe2f1 Component: engine
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