moby--moby/hack/make
David Calavera b0dc11127e Merge pull request #16328 from jfrazelle/opensuse-rpms
add opensuse to rpm builder
2015-09-22 15:59:49 -07:00
..
.build-deb Tiny fix for rpm and deb descriptions 2015-08-10 09:34:10 +08:00
.build-rpm Merge pull request #16328 from jfrazelle/opensuse-rpms 2015-09-22 15:59:49 -07:00
.resources-windows Windows: Build docker.exe manifested and with icon 2015-06-04 11:49:10 -07:00
.dockerinit hack/make/test-integration-cli: introduce MAKEDIR variable 2015-04-15 10:44:14 +02:00
.dockerinit-gccgo Remove -lpthread and -ldl from ldflags 2015-09-08 17:01:14 -07:00
.ensure-emptyfs Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.ensure-frozen-images add unshare apparmor profile test 2015-05-20 14:06:00 -07:00
.ensure-httpserver Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.go-autogen Add branch and build time to version 2015-06-22 13:00:27 -07:00
.go-compile-test-dir adding a Dockerfile.gccgo to use gccgo compiler instead of go compiler. 2015-09-16 18:56:01 +00:00
.integration-daemon-setup hack: explicit bundles for integration-cli prequisites 2015-06-09 07:22:26 +02:00
.integration-daemon-start Revert "Make daemon to start with no userlandproxy by default" 2015-09-16 09:56:38 -07:00
.integration-daemon-stop Check for apparmor file before reading it 2015-06-17 11:58:17 -05:00
.validate .: remove trailing white spaces 2015-03-25 13:38:17 -04:00
README.md Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
binary make windows cross compile static daemon work 2015-08-10 16:16:58 -07:00
build-deb pass DOCKER_EXPERIMENTAL into build images 2015-07-23 09:42:22 -07:00
build-rpm add opensuse to rpm builder 2015-09-15 16:18:19 -07:00
cover Make "DEST" a make.sh construct instead of ad-hoc 2015-05-30 11:16:43 -07:00
cross make windows cross compile static daemon work 2015-08-10 16:16:58 -07:00
dynbinary Make "DEST" a make.sh construct instead of ad-hoc 2015-05-30 11:16:43 -07:00
dyngccgo Remove -lpthread and -ldl from ldflags 2015-09-08 17:01:14 -07:00
gccgo Remove -lpthread and -ldl from ldflags 2015-09-08 17:01:14 -07:00
release-deb remove reprepro 2015-09-03 17:31:49 -07:00
release-rpm add opensuse to rpm builder 2015-09-15 16:18:19 -07:00
sign-repos only sign the files that were changed in the last 2 hours 2015-08-04 13:16:57 -07:00
test-docker-py Update docker-py to current master (~docker-py 1.3.1) 2015-07-22 13:17:59 -04:00
test-install-script we dont need the tty in the install script 2015-08-31 08:12:01 -07:00
test-integration-cli Remove timer and use -check.v for tests formatting 2015-06-18 14:22:40 -07:00
test-unit typofix - https://github.com/vlajos/misspell_fixer 2015-08-07 23:25:49 +01:00
tgz Make "DEST" a make.sh construct instead of ad-hoc 2015-05-30 11:16:43 -07:00
ubuntu revert apparmor changes back to how it was in 1.7.1, but keep tests 2015-08-06 12:49:25 -07:00
validate-dco hack/make/test-integration-cli: introduce MAKEDIR variable 2015-04-15 10:44:14 +02:00
validate-gofmt hack/make/test-integration-cli: introduce MAKEDIR variable 2015-04-15 10:44:14 +02:00
validate-lint Golint only on changed files 2015-09-09 09:37:47 +02:00
validate-pkg Add new "validate-pkg" bundlescript 2015-06-12 12:28:23 -07:00
validate-test Validate we're not using the old testing stuff 2015-04-23 10:29:47 -07:00
validate-toml hack/make/test-integration-cli: introduce MAKEDIR variable 2015-04-15 10:44:14 +02:00
validate-vet hack/make/test-integration-cli: introduce MAKEDIR variable 2015-04-15 10:44:14 +02: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 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