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
Kenfe-Mickael Laventure ddae20c032
Update libcontainerd to use containerd 1.0
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
2017-10-20 07:11:37 -07: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 More helper hack helper functions to a more appropriate place. 2017-07-17 11:38:59 -04:00
.binary-setup Remove pkcs11, libltdl-dev, and clang for osx. 2017-06-21 11:18:44 -04:00
.detect-daemon-osarch do not show errors on make install 2017-04-04 15:19:50 +02:00
.ensure-emptyfs Protect images in the integration/ suite 2017-08-09 11:02:57 -04:00
.go-autogen Update libcontainerd to use containerd 1.0 2017-10-20 07:11:37 -07:00
.go-autogen.ps1
.integration-daemon-setup Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
.integration-daemon-start Remove config tests, which are now unit tests in docker/cli 2017-08-18 14:24:52 -04:00
.integration-daemon-stop Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
.integration-test-helpers Skip all testdata in integration 2017-10-02 17:02:52 -04:00
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 More helper hack helper functions to a more appropriate place. 2017-07-17 11:38:59 -04:00
build-deb
build-integration-test-binary Fix make build-integration-cli-on-swarm 2017-08-12 06:53:25 +00:00
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 cli concerns from hack/make 2017-06-21 11:20:05 -04: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 remove cli concerns from hack/make 2017-06-21 11:20:05 -04:00
generate-index-listing Spelling fixes 2017-07-03 13:13:09 -07:00
install-binary hack: Remove install-binary-client 2017-05-08 10:50:31 -07:00
install-binary-daemon More helper hack helper functions to a more appropriate place. 2017-07-17 11:38:59 -04:00
README.md Remove test-unit from hack/make 2017-07-17 11:39:33 -04:00
release-deb
release-rpm
run
sign-repos
test-docker-py
test-integration Fix integration suite and propagate failures 2017-09-01 13:07:47 -04:00
test-integration-cli Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
test-integration-shell Protect images in the integration/ suite 2017-08-09 11:02:57 -04:00
test-old-apt-repo
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 binary ubuntu

# Or to run all default bundles:
./hack/make.sh

To add a bundle:

  • Create a shell-compatible file here
  • Add it to $DEFAULT_BUNDLES in make.sh