moby--moby/hack/make
Avi Miller e3b5889783 Remove specific dependencies and let RPM auto-generate the dependencies on libraries during build.
Signed-off-by: Avi Miller <avi.miller@oracle.com>
2015-07-08 15:30:42 +10:00
..
.build-deb
.build-rpm Remove specific dependencies and let RPM auto-generate the dependencies on libraries during build. 2015-07-08 15:30:42 +10:00
.resources-windows
.dockerinit
.dockerinit-gccgo
.ensure-emptyfs
.ensure-frozen-images
.ensure-httpserver
.go-autogen Add branch and build time to version 2015-06-22 13:00:27 -07:00
.go-compile-test-dir
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.validate
README.md
binary
build-deb
build-rpm
cover
cross
dynbinary
dyngccgo
gccgo
test-docker-py
test-integration-cli
test-unit
tgz
ubuntu
validate-dco
validate-gofmt
validate-pkg
validate-test
validate-toml
validate-vet

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 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