moby--moby/hack/make
Sebastiaan van Stijn 7839ff2244
Bump API version
With the Moby/Docker split, no decisions have been
made yet how, and when to bump the API version.

Although these decisions should not be lead
by Docker releases, I'm bumping the API version
to not complicate things for now; after this bump
we should make a plan how to handle this in future
(for example, using SemVer for the REST api, and
bump with every change).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-06-09 14:58:01 +02: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 do not show errors on make install 2017-04-04 15:19:50 +02:00
.ensure-emptyfs
.go-autogen
.go-autogen.ps1 Switch to new versioning scheme 2017-02-15 23:22:50 -08:00
.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 Bump API version 2017-06-09 14:58:01 +02:00
.integration-daemon-stop
.integration-test-helpers Use actual cli version for TestConfigHTTPHeader 2017-06-01 09:35:30 -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 Rely on container-selinux for centos/fedora25/rhel 2017-05-01 11:23:18 -04:00
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 Add test coverage to pkg/term/proxy.go 2017-06-08 12:48:33 +05:00
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 docs: added support for CLI yaml file generation 2017-03-14 16:04:08 -07: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