Sebastiaan van Stijn 3e5e7a6de3 CI: update docker-py to 5.0.3 3 years ago
..
.resources-windows fdf42f7a59 Update Windows ico 5 years ago
.binary e93132e273 Add s390x to cross platforms target 4 years ago
.detect-daemon-osarch 3cf82748dd run shfmt 5 years ago
.ensure-emptyfs c3650770cc Revert "Bash scripts; use double brackets, fix bare variables, add quotes" 6 years ago
.go-autogen b585c64e2b info: remove "expected" check for tini version 3 years ago
.go-autogen.ps1 f2498e21c4 hack/make: remove autogen resources for Docker CLI 5 years ago
.install 4b981436fe Fixup libnetwork lint errors 4 years ago
.integration-daemon-setup c3650770cc Revert "Bash scripts; use double brackets, fix bare variables, add quotes" 6 years ago
.integration-daemon-start 6302dbbf46 Disable manifest v2 schema 1 push 5 years ago
.integration-daemon-stop 3cf82748dd run shfmt 5 years ago
.integration-test-helpers 1a1f5cc37b Pass through GOCACHE to test_env 4 years ago
README.md 1fb615599a Remove test-unit from hack/make 8 years ago
binary 86c8b8f1a0 Move proxy build into hack/make 4 years ago
binary-daemon 86c8b8f1a0 Move proxy build into hack/make 4 years ago
binary-proxy e7cf711c02 Move proxy CLI to main cmd/ 4 years ago
build-integration-test-binary e7fbe8e457 hack: remove integration-cli-on-swarm 6 years ago
containerutility 79b130ac31 Revert "Fix containerutility compilation on gcc-mingw-w64 8.3" 5 years ago
cross e93132e273 Add s390x to cross platforms target 4 years ago
cross-platform-dependent 37498f009d Shell scripts: fix bare variables 6 years ago
dynbinary 86c8b8f1a0 Move proxy build into hack/make 4 years ago
dynbinary-daemon 86c8b8f1a0 Move proxy build into hack/make 4 years ago
dynbinary-proxy e7cf711c02 Move proxy CLI to main cmd/ 4 years ago
install-binary 4da0dc974c Ensure docker-proxy is installed in unit-test ci 4 years ago
install-proxy 4b981436fe Fixup libnetwork lint errors 4 years ago
run 5ca47f5179 rootless: graduate from experimental 5 years ago
test-docker-py 3e5e7a6de3 CI: update docker-py to 5.0.3 3 years ago
test-integration b280ea114f hack: add more debugging to understand exit codepath 5 years ago
test-integration-cli 3b80d57899 Fixed typo DEREPCATED -> DEPRECATED. 7 years ago
test-integration-flaky 3cf82748dd run shfmt 5 years ago
test-integration-shell 5fa134b906 Protect images in the integration/ suite 8 years ago

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 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