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
Anusha Ragunathan 379ec38222 Dont leak DOCKER_INCREMENTAL_BINARY flag into go test.
Signed-off-by: Anusha Ragunathan <anusha@docker.com>
2016-06-14 13:02:54 -07:00
..
.build-deb
.build-rpm fix RPM spec for man8 2016-06-08 22:21:21 +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 Merge pull request #23224 from mlaventure/dont-overwrite-existing-deb 2016-06-13 22:16:53 -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 Dont leak DOCKER_INCREMENTAL_BINARY flag into go test. 2016-06-14 13:02:54 -07:00
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