Paweł Gronowski 0d5ef431a1 docker-py: Temporarily skip `test_commit` and `test_commit_with_changes` 1 rok pred
..
.binary 820f37b1a6 hack: compile w/o optimizations & inlining when debugging 1 rok pred
.go-autogen 170a1c4709 hack: display build cmd when DOCKER_DEBUG set 2 rokov pred
.go-autogen.ps1 1efda78f2b use go-winres for windows build and cleanup autogen and winresources 3 rokov pred
.install 4b981436fe Fixup libnetwork lint errors 4 rokov pred
.integration-daemon-start 62b33a2604 disable pulling legacy image formats by default 1 rok pred
.integration-daemon-stop 3cf82748dd run shfmt 5 rokov pred
.integration-test-helpers 41c186c344 hack: Run integration tests through Delve 1 rok pred
.mkwinres d6f9b4d73b hack: remove version from binaries, and remove symlinks 3 rokov pred
README.md 1fb615599a Remove test-unit from hack/make 8 rokov pred
binary 86c8b8f1a0 Move proxy build into hack/make 4 rokov pred
binary-daemon 7e7b0622a6 hack: restore copy_binaries func 2 rokov pred
binary-proxy 347a5f68da hack: do not set buildmode pie for statically linked binary 2 rokov pred
dynbinary 86c8b8f1a0 Move proxy build into hack/make 4 rokov pred
dynbinary-daemon 877baae03e hack: remove unnecessary vars in make.sh script 2 rokov pred
dynbinary-proxy 877baae03e hack: remove unnecessary vars in make.sh script 2 rokov pred
install-binary 1fcd9f73d4 hack: stop installing containerd-shim (io.containerd.runtime.v1.linux) 3 rokov pred
install-proxy 4b981436fe Fixup libnetwork lint errors 4 rokov pred
run 6b1b71ced4 Disable tls when launching dockerd through hack/make.sh 2 rokov pred
test-docker-py 0d5ef431a1 docker-py: Temporarily skip `test_commit` and `test_commit_with_changes` 1 rok pred
test-integration 3d8b8dc09a Use process substitution to redirect to tee 1 rok pred
test-integration-flaky 3cf82748dd run shfmt 5 rokov pred
test-integration-shell 5efe72415d remove Dockerfile.e2e 2 rokov pred

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