Sebastiaan van Stijn 08e4e88482 daemon: raise default minimum API version to v1.24 hai 1 ano
..
.binary 820f37b1a6 hack: compile w/o optimizations & inlining when debugging hai 1 ano
.build-empty-images a93aadc2e6 hack: Rename .ensure-emptyfs to .build-empty-images %!s(int64=2) %!d(string=hai) anos
.go-autogen 170a1c4709 hack: display build cmd when DOCKER_DEBUG set %!s(int64=2) %!d(string=hai) anos
.go-autogen.ps1 1efda78f2b use go-winres for windows build and cleanup autogen and winresources %!s(int64=3) %!d(string=hai) anos
.install 4b981436fe Fixup libnetwork lint errors %!s(int64=4) %!d(string=hai) anos
.integration-daemon-start 08e4e88482 daemon: raise default minimum API version to v1.24 hai 1 ano
.integration-daemon-stop 3cf82748dd run shfmt %!s(int64=5) %!d(string=hai) anos
.integration-test-helpers 41c186c344 hack: Run integration tests through Delve hai 1 ano
.mkwinres d6f9b4d73b hack: remove version from binaries, and remove symlinks %!s(int64=3) %!d(string=hai) anos
README.md 1fb615599a Remove test-unit from hack/make %!s(int64=8) %!d(string=hai) anos
binary 86c8b8f1a0 Move proxy build into hack/make %!s(int64=4) %!d(string=hai) anos
binary-daemon 7e7b0622a6 hack: restore copy_binaries func %!s(int64=2) %!d(string=hai) anos
binary-proxy 347a5f68da hack: do not set buildmode pie for statically linked binary %!s(int64=2) %!d(string=hai) anos
dynbinary 86c8b8f1a0 Move proxy build into hack/make %!s(int64=4) %!d(string=hai) anos
dynbinary-daemon 877baae03e hack: remove unnecessary vars in make.sh script %!s(int64=2) %!d(string=hai) anos
dynbinary-proxy 877baae03e hack: remove unnecessary vars in make.sh script %!s(int64=2) %!d(string=hai) anos
install-binary 1fcd9f73d4 hack: stop installing containerd-shim (io.containerd.runtime.v1.linux) %!s(int64=3) %!d(string=hai) anos
install-proxy 4b981436fe Fixup libnetwork lint errors %!s(int64=4) %!d(string=hai) anos
run 6b1b71ced4 Disable tls when launching dockerd through hack/make.sh %!s(int64=2) %!d(string=hai) anos
test-docker-py 7786f8512b Revert "testing: temporarily pin docker-py tests to use "bullseye"" hai 1 ano
test-integration 3d8b8dc09a Use process substitution to redirect to tee hai 1 ano
test-integration-flaky 3cf82748dd run shfmt %!s(int64=5) %!d(string=hai) anos
test-integration-shell 5efe72415d remove Dockerfile.e2e %!s(int64=2) %!d(string=hai) anos

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