moby--moby/hack/make
Daniel Hiltgen 896d1b1c61 Expose license status in Info (#37612)
* Expose license status in Info

This wires up a new field in the Info payload that exposes the license.
For moby this is hardcoded to always report a community edition.
Downstream enterprise dockerd will have additional licensing logic wired
into this function to report details about the current license status.

Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com>

* Code review comments

Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com>

* Add windows autogen support

Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com>
2018-08-17 17:05:21 -07:00
..
.resources-windows
.binary -buildmode=pie is not supported on Linux on MIPS either 2018-07-31 13:02:01 +02:00
.binary-setup Remove pkcs11, libltdl-dev, and clang for osx. 2017-06-21 11:18:44 -04:00
.detect-daemon-osarch Remove arch-suffix detection of Dockerfile 2018-03-12 02:05:37 +00:00
.ensure-emptyfs Protect images in the integration/ suite 2017-08-09 11:02:57 -04:00
.go-autogen Expose license status in Info (#37612) 2018-08-17 17:05:21 -07:00
.go-autogen.ps1 Expose license status in Info (#37612) 2018-08-17 17:05:21 -07:00
.integration-daemon-setup Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
.integration-daemon-start Remove explicit DOCKER_API_VERSION from integration env setup 2018-02-20 17:27:28 -05:00
.integration-daemon-stop Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
.integration-test-helpers builder: pass DOCKER_BUILDKIT to enable buildkit in tests 2018-06-10 10:05:28 -07:00
README.md Remove test-unit from hack/make 2017-07-17 11:39:33 -04:00
binary Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
binary-daemon More helper hack helper functions to a more appropriate place. 2017-07-17 11:38:59 -04:00
build-integration-test-binary Fix .go-autogen warnings 2017-11-01 12:03:32 +01:00
containerutility Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
cross Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
cross-platform-dependent Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
dynbinary Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
dynbinary-daemon Add osusergo build tar for static binaries 2018-07-19 12:25:46 +03:00
install-binary Remove packaging scripts 2017-10-31 18:37:05 -04:00
run Allow to add any args when doing a make run 2018-06-01 19:19:20 +02:00
test-docker-py
test-integration Fix .go-autogen warnings 2017-11-01 12:03:32 +01:00
test-integration-cli Fixed typo DEREPCATED -> DEPRECATED. 2017-12-29 06:39:09 -05:00
test-integration-shell Protect images in the integration/ suite 2017-08-09 11:02:57 -04:00

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