1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/hack/make
Tibor Vass d4e12315cd hack: add more debugging to understand exit codepath
Signed-off-by: Tibor Vass <tibor@docker.com>
(cherry picked from commit b280ea114f)
Signed-off-by: Tibor Vass <tibor@docker.com>
2020-05-28 03:32:24 +00:00
..
.resources-windows
.binary
.binary-setup
.detect-daemon-osarch
.ensure-emptyfs
.go-autogen Windows: Only set VERSION_QUAD if unset 2019-11-15 16:16:00 -08:00
.go-autogen.ps1
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop hack/make: ignore failure to stop apparmor 2020-03-12 18:49:15 +01:00
.integration-test-helpers Fix TEST_FILTER to work for both "integration" and "integration-cli" 2020-04-09 13:46:15 +02:00
binary
binary-daemon
build-integration-test-binary
containerutility bump windows-container-utility aa1ba87e99b68e0113bd27ec26c60b88f9d4ccd9 2020-03-12 18:49:21 +01:00
cross
cross-platform-dependent
dynbinary
dynbinary-daemon
install-binary
README.md
run
test-docker-py bump docker-py to 4.1.0 2020-01-17 10:53:40 +01:00
test-integration hack: add more debugging to understand exit codepath 2020-05-28 03:32:24 +00:00
test-integration-cli
test-integration-flaky
test-integration-shell

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