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
Sebastiaan van Stijn e038f9f81f
Remove old "get.docker.com" install script
This script is part of the Docker product,
and no longer maintained in this repository.

The script has been updated to install Docker CE
packages from https://download.docker.com, and is
now located in the https://github.com/docker/docker-install
repository.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-07-06 11:29:07 -07:00
..
.build-deb
.build-rpm
.resources-windows
.binary
.binary-setup
.detect-daemon-osarch
.ensure-emptyfs
.go-autogen
.go-autogen.ps1
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.integration-test-helpers
binary
binary-daemon
build-deb
build-integration-test-binary
build-rpm
clean-apt-repo
clean-yum-repo
cover
cross
dynbinary
dynbinary-daemon
generate-index-listing Spelling fixes 2017-07-03 13:13:09 -07:00
install-binary
install-binary-daemon
README.md
release-deb
release-rpm
run
sign-repos
test-docker-py
test-integration-cli
test-integration-shell
test-old-apt-repo
test-unit Fix build error for make test-unit 2017-06-28 03:18:55 +00:00
tgz
ubuntu
update-apt-repo
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