moby--moby/hack/make
Brian Goff c307f4521e Merge pull request #32437 from cpuguy83/container_selinux
Rely on container-selinux for centos/fedora25/rhel
2017-05-12 09:23:17 -04:00
..
.build-deb Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
.build-rpm Merge pull request #32437 from cpuguy83/container_selinux 2017-05-12 09:23:17 -04:00
.resources-windows
.binary
.binary-setup
.detect-daemon-osarch
.ensure-emptyfs
.go-autogen
.go-autogen.ps1
.integration-daemon-setup Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
.integration-daemon-start Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
.integration-daemon-stop
.integration-test-helpers Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
README.md
binary Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
binary-daemon
build-deb
build-integration-test-binary
build-rpm
clean-apt-repo
clean-yum-repo
cover
cross Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
dynbinary Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
dynbinary-daemon
generate-index-listing
install-binary hack: Remove install-binary-client 2017-05-08 10:50:31 -07:00
install-binary-daemon
install-script
release-deb
release-rpm
run
sign-repos
test-deb-install
test-docker-py
test-install-script
test-integration-cli
test-integration-shell
test-old-apt-repo
test-unit
tgz Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
ubuntu
update-apt-repo
win
yaml-docs-generator

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