moby--moby/hack/make
Jessica Frazelle ea3afdad61 add test-integration-cli specifics for userns
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <acidburn@docker.com>
2015-10-09 20:50:27 -04:00
..
.build-deb Tiny fix for rpm and deb descriptions 2015-08-10 09:34:10 +08:00
.build-rpm Add documentation files including the LICENSE and CHANGELOG.md to the RPM 2015-09-25 17:44:11 +10:00
.resources-windows
.dockerinit
.dockerinit-gccgo Remove -lpthread and -ldl from ldflags 2015-09-08 17:01:14 -07:00
.ensure-emptyfs
.ensure-frozen-images
.ensure-httpserver
.go-autogen
.go-compile-test-dir adding a Dockerfile.gccgo to use gccgo compiler instead of go compiler. 2015-09-16 18:56:01 +00:00
.integration-daemon-setup
.integration-daemon-start add test-integration-cli specifics for userns 2015-10-09 20:50:27 -04:00
.integration-daemon-stop
.validate
README.md
binary make windows cross compile static daemon work 2015-08-10 16:16:58 -07:00
build-deb pass DOCKER_EXPERIMENTAL into build images 2015-07-23 09:42:22 -07:00
build-rpm add opensuse to rpm builder 2015-09-15 16:18:19 -07:00
cover
cross make windows cross compile static daemon work 2015-08-10 16:16:58 -07:00
dynbinary
dyngccgo Remove -lpthread and -ldl from ldflags 2015-09-08 17:01:14 -07:00
gccgo Remove -lpthread and -ldl from ldflags 2015-09-08 17:01:14 -07:00
release-deb Merge pull request #15916 from mikedougherty/release-flexibility 2015-09-25 11:26:18 -07:00
release-rpm Merge pull request #15916 from mikedougherty/release-flexibility 2015-09-25 11:26:18 -07:00
sign-repos Add ability to use a different GPG key identifier 2015-08-31 11:27:57 -07:00
test-docker-py Update docker-py to current master (~docker-py 1.3.1) 2015-07-22 13:17:59 -04:00
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 Update test-and-docs with TESTDIRS 2015-10-04 21:19:04 +02:00
tgz
ubuntu revert apparmor changes back to how it was in 1.7.1, but keep tests 2015-08-06 12:49:25 -07:00
validate-dco
validate-gofmt
validate-lint Golint only on changed files 2015-09-09 09:37:47 +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