moby--moby/hack/make
Sebastiaan van Stijn f6398c1f07
Merge pull request #425 from cpuguy83/backport_40169_windows_version_quad
[19.03] Windows: Only set VERSION_QUAD if unset
2020-01-16 21:06:58 +01:00
..
.resources-windows
.binary Add support for setting GOARM in cross target. 2019-04-17 13:19:14 -07:00
.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 hack: fix mixed tabs/spaces for indentation 2019-08-19 19:53:47 +02:00
.integration-daemon-stop hack: unmount leftover daemon root folders 2019-08-19 18:57:58 +02:00
.integration-test-helpers integration-cli: move each test suite to its own TestX testing function 2019-09-26 23:52:51 +02:00
README.md
binary
binary-daemon hack/make/binary-daemon: fix some linting issues 2019-09-25 21:35:58 +02:00
build-integration-test-binary hack: remove integration-cli-on-swarm 2019-08-19 18:54:38 +02: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-19 19:53:47 +02:00
dynbinary-daemon
install-binary
run
test-docker-py docker-py: skip broken ImageCollectionTest::test_pull_multiple 2020-01-06 13:43:37 +01:00
test-integration integration: simplify parallel run destination 2019-09-25 21:35:50 +02:00
test-integration-cli
test-integration-flaky Improve integration test detecetor 2019-08-31 13:27:33 +02: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