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
Michael Crosby d58b47623b Replace grimes with tini
There is no reason to duplicate efforts and tini is well built and
better than grimes.  It is a much stronger option for the default init
and @krallin has done a great job maintaining it and helping make
changes so that it will work with Docker.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2016-11-08 14:42:54 -08:00
..
.build-deb
.build-rpm Replace grimes with tini 2016-11-08 14:42:54 -08:00
.resources-windows
.binary
.binary-setup
.detect-daemon-osarch Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
.ensure-emptyfs
.go-autogen
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.integration-test-helpers
binary
binary-client
binary-daemon
build-deb Replace grimes with tini 2016-11-08 14:42:54 -08:00
build-integration-test-binary
build-rpm Replace grimes with tini 2016-11-08 14:42:54 -08:00
clean-apt-repo
clean-yum-repo
cover
cross Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
dynbinary
dynbinary-client
dynbinary-daemon
generate-index-listing
install-binary
install-binary-client
install-binary-daemon
install-script
README.md
release-deb Use sha512 when gpg signing builds 2016-11-04 09:45:13 -07:00
release-rpm Use sha512 when gpg signing builds 2016-11-04 09:45:13 -07:00
run
sign-repos Use sha512 when gpg signing builds 2016-11-04 09:45:13 -07:00
test-deb-install
test-docker-py
test-install-script
test-integration-cli
test-integration-shell
test-old-apt-repo
test-unit Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
tgz Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
ubuntu
update-apt-repo
win

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 test
./hack/make.sh binary ubuntu

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

To add a bundle:

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