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
Kirill Kolyshkin 7bcffeef6e
Merge pull request #39901 from thaJeztah/remove_docker_cli_autogen
hack/make: remove autogen resources for Docker CLI
2019-09-12 20:21:51 +03:00
..
.resources-windows hack/make: remove autogen resources for Docker CLI 2019-09-11 15:16:07 +02:00
.binary imporve hardcoded CC on cross compile 2019-07-17 17:42:14 +08:00
.binary-setup
.detect-daemon-osarch
.ensure-emptyfs
.go-autogen hack/make: remove autogen resources for Docker CLI 2019-09-11 15:16:07 +02:00
.go-autogen.ps1 hack/make: remove autogen resources for Docker CLI 2019-09-11 15:16:07 +02:00
.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 integration: improve package- and filename for junit.xml 2019-09-11 22:31:56 +02:00
binary
binary-daemon hack/make/binary-daemon: fix some linting issues 2019-08-31 12:12:25 +02:00
build-integration-test-binary
containerutility
cross
cross-platform-dependent
dynbinary hack: fix mixed tabs/spaces for indentation 2019-08-02 15:58:33 +02:00
dynbinary-daemon
install-binary
README.md
run
test-docker-py docker-py: skip flaky AttachContainerTest::test_attach_no_stream 2019-09-02 15:36:32 +02:00
test-integration integration: simplify parallel run destination 2019-09-11 17:18:38 +02:00
test-integration-cli
test-integration-flaky Improve integration test detecetor 2019-08-07 08:43:43 -07:00
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