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

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