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
Vincent Demeester 8e63de1f63 Merge pull request #23236 from runcom/fix-spec
Fix spec and man
2016-06-07 12:54:42 +02:00
..
.build-deb
.build-rpm docker-engine.spec: install man8 2016-06-03 15:27:24 +02:00
.resources-windows Windows: Support running dockerd as a service 2016-04-26 14:04:47 -07:00
.binary
.binary-setup Add make install task 2016-06-03 12:08:33 +02:00
.detect-daemon-osarch
.ensure-emptyfs
.ensure-frozen-images
.ensure-frozen-images-windows
.ensure-httpserver
.ensure-nnp-test
.ensure-syscall-test
.go-autogen Windows: Support running dockerd as a service 2016-04-26 14:04:47 -07:00
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.validate
binary Add make install task 2016-06-03 12:08:33 +02:00
binary-client Add make install task 2016-06-03 12:08:33 +02:00
binary-daemon Add make install task 2016-06-03 12:08:33 +02:00
build-deb Merge pull request #22236 from kencochrane/remove_git_from_rpm 2016-05-06 11:16:12 -07:00
build-rpm Merge pull request #22236 from kencochrane/remove_git_from_rpm 2016-05-06 11:16:12 -07:00
clean-apt-repo
clean-yum-repo
cover
cross Add make install task 2016-06-03 12:08:33 +02:00
dynbinary
dynbinary-client Make dockerd debuggable 2016-04-26 09:35:22 -07:00
dynbinary-daemon Make dockerd debuggable 2016-04-26 09:35:22 -07:00
dyngccgo
gccgo Make dockerd debuggable 2016-04-26 09:35:22 -07:00
generate-index-listing
install-binary Add make install task 2016-06-03 12:08:33 +02:00
install-binary-client Add make install task 2016-06-03 12:08:33 +02:00
install-binary-daemon Add make install task 2016-06-03 12:08:33 +02:00
install-script
README.md
release-deb Fix release-deb script 2016-06-02 08:53:33 -07:00
release-rpm
sign-repos
test-deb-install Update build-deb to make correct use of DOCKER_BUILD_PKGS 2016-05-02 11:22:01 -07:00
test-docker-py
test-install-script
test-integration-cli
test-old-apt-repo
test-unit
tgz Add make install task 2016-06-03 12:08:33 +02:00
ubuntu
update-apt-repo
validate-dco
validate-default-seccomp
validate-gofmt
validate-lint
validate-pkg
validate-test
validate-toml
validate-vendor
validate-vet
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