moby--moby/hack/make
Tibor Vass e554fb23c8 Jenkinsfile: reduce time of integration tests by dividing tests into 3 parallel runs
Signed-off-by: Tibor Vass <tibor@docker.com>
2019-08-12 20:41:03 +00:00
..
.resources-windows
.binary imporve hardcoded CC on cross compile 2019-07-17 17:42:14 +08:00
.binary-setup rootless: expose ports automatically 2019-03-21 02:44:08 +09:00
.detect-daemon-osarch
.ensure-emptyfs
.go-autogen
.go-autogen.ps1
.integration-daemon-setup
.integration-daemon-start hack: fix mixed tabs/spaces for indentation 2019-08-02 15:58:33 +02:00
.integration-daemon-stop hack: unmount leftover daemon root folders 2019-08-12 20:41:03 +00:00
.integration-test-helpers Add support for setting a test filter 2019-08-02 15:56:55 -07:00
README.md
binary
binary-daemon rootless: expose ports automatically 2019-03-21 02:44:08 +09:00
build-integration-test-binary hack: remove integration-cli-on-swarm 2019-06-01 04:45:26 +09:00
containerutility
cross Add support for setting GOARM in cross target. 2019-04-17 13:19:14 -07:00
cross-platform-dependent
dynbinary hack: fix mixed tabs/spaces for indentation 2019-08-02 15:58:33 +02:00
dynbinary-daemon
install-binary rootless: expose ports automatically 2019-03-21 02:44:08 +09:00
run
test-docker-py docker-py: skip PullImageTest::test_pull_invalid_platform 2019-08-10 13:18:13 +02:00
test-integration Jenkinsfile: reduce time of integration tests by dividing tests into 3 parallel runs 2019-08-12 20:41:03 +00:00
test-integration-cli
test-integration-flaky Improve integration test detecetor 2019-08-07 08:43:43 -07:00
test-integration-shell

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 binary ubuntu

# Or to run all default bundles:
./hack/make.sh

To add a bundle:

  • Create a shell-compatible file here
  • Add it to $DEFAULT_BUNDLES in make.sh