docs/hack/make
Jessica Frazelle 12a71c8954 use apt-ftparchive and reprepro to enable apt-pinning;
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
2015-09-02 09:32:24 -07:00
..
.build-deb
.build-rpm add selinux-policy and docker-engine-selinux rpm 2015-08-28 17:54:04 -07:00
.resources-windows
.dockerinit
.dockerinit-gccgo
.ensure-emptyfs
.ensure-frozen-images
.ensure-httpserver
.go-autogen
.go-compile-test-dir
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.validate
README.md
binary
build-deb
build-rpm add selinux-policy and docker-engine-selinux rpm 2015-08-28 17:54:04 -07:00
cover
cross
dynbinary
dyngccgo
gccgo
release-deb use apt-ftparchive and reprepro to enable apt-pinning; 2015-09-02 09:32:24 -07:00
release-rpm
sign-repos
test-docker-py
test-install-script we dont need the tty in the install script 2015-08-31 08:12:01 -07:00
test-integration-cli
test-unit
tgz
ubuntu
validate-dco
validate-gofmt
validate-lint Merge pull request #15310 from MHBauer/demon-lint-squash 2015-08-28 17:34:36 +02:00
validate-pkg
validate-test
validate-toml
validate-vet

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