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
Arnaud Porterie ed9434c5bb Merge pull request #12648 from estesp/userns-impl
Phase 1 implementation of user namespaces as a remapped container root
2015-10-10 11:38:07 -07:00
..
.build-deb
.build-rpm Add documentation files including the LICENSE and CHANGELOG.md to the RPM 2015-09-25 17:44:11 +10:00
.resources-windows
.dockerinit
.dockerinit-gccgo
.ensure-emptyfs
.ensure-frozen-images
.ensure-httpserver
.go-autogen
.go-compile-test-dir
.integration-daemon-setup
.integration-daemon-start Update integration test userns support with flag name change 2015-10-09 20:52:45 -04:00
.integration-daemon-stop
.validate
binary
build-deb
build-rpm
cover
cross
dynbinary
dyngccgo
gccgo
README.md
release-deb Merge pull request #15916 from mikedougherty/release-flexibility 2015-09-25 11:26:18 -07:00
release-rpm Merge pull request #15916 from mikedougherty/release-flexibility 2015-09-25 11:26:18 -07:00
sign-repos
test-docker-py
test-install-script
test-integration-cli
test-unit Update test-and-docs with TESTDIRS 2015-10-04 21:19:04 +02:00
tgz
ubuntu
validate-dco
validate-gofmt
validate-lint Fix few comments in validate scripts 2015-10-10 11:21:04 +02:00
validate-pkg
validate-test Fix few comments in validate scripts 2015-10-10 11:21:04 +02:00
validate-toml Fix few comments in validate scripts 2015-10-10 11:21:04 +02:00
validate-vet Fix few comments in validate scripts 2015-10-10 11:21:04 +02:00

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