moby--moby/hack/make
Tibor Vass 44ff216985 Add dockerd daemon binary to tgz and zip archives
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-04-23 18:26:05 -04:00
..
.build-deb Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
.build-rpm Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
.resources-windows
.binary Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
.detect-daemon-osarch Add explicit code to handle older versions of Docker, too 2016-03-14 09:30:45 -07:00
.ensure-emptyfs
.ensure-frozen-images
.ensure-frozen-images-windows
.ensure-httpserver
.ensure-nnp-test
.ensure-syscall-test
.go-autogen
.integration-daemon-setup
.integration-daemon-start Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
.integration-daemon-stop
.validate
README.md
binary Cleanup from CR. 2016-04-23 15:05:15 -04:00
binary-client Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
binary-daemon Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
build-deb Build-deb hack for systemd tasksmax 2016-04-07 11:08:30 -05:00
build-rpm Use https for `git clone` in build 2016-03-29 09:35:42 +02:00
clean-apt-repo
clean-yum-repo
cover
cross Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
dynbinary Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
dynbinary-client Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
dynbinary-daemon Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
dyngccgo
gccgo Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
generate-index-listing
install-script
release-deb Fix release scripts 2016-03-25 11:55:26 -04:00
release-rpm Fix release scripts 2016-03-25 11:55:26 -04:00
sign-repos
test-deb-install
test-docker-py
test-install-script
test-integration-cli Add support for repeating integration tests 2016-03-26 23:05:55 -07:00
test-old-apt-repo
test-unit
tgz Add dockerd daemon binary to tgz and zip archives 2016-04-23 18:26:05 -04:00
ubuntu
update-apt-repo
validate-dco
validate-default-seccomp
validate-gofmt
validate-lint
validate-pkg
validate-test
validate-toml
validate-vendor
validate-vet
win

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