CrazyMax 807c849431 ci(test): send coverage to codecov il y a 2 ans
..
.binary 71e2aa78e4 hack: don't generate checksums for individual binaries il y a 3 ans
.detect-daemon-osarch 3cf82748dd run shfmt il y a 5 ans
.ensure-emptyfs a4b28e23cf integration-cli: Correct emptyfs id under c8d il y a 3 ans
.go-autogen fd2143e0b0 use go-winres for cross to create Windows resources il y a 3 ans
.go-autogen.ps1 1efda78f2b use go-winres for windows build and cleanup autogen and winresources il y a 3 ans
.install 4b981436fe Fixup libnetwork lint errors il y a 4 ans
.integration-daemon-setup c3650770cc Revert "Bash scripts; use double brackets, fix bare variables, add quotes" il y a 6 ans
.integration-daemon-start 6302dbbf46 Disable manifest v2 schema 1 push il y a 5 ans
.integration-daemon-stop 3cf82748dd run shfmt il y a 5 ans
.integration-test-helpers 807c849431 ci(test): send coverage to codecov il y a 2 ans
.mkwinres d6f9b4d73b hack: remove version from binaries, and remove symlinks il y a 3 ans
README.md 1fb615599a Remove test-unit from hack/make il y a 8 ans
binary 86c8b8f1a0 Move proxy build into hack/make il y a 4 ans
binary-daemon 71e2aa78e4 hack: don't generate checksums for individual binaries il y a 3 ans
binary-proxy d6f9b4d73b hack: remove version from binaries, and remove symlinks il y a 3 ans
build-integration-test-binary e7fbe8e457 hack: remove integration-cli-on-swarm il y a 6 ans
containerutility 79b130ac31 Revert "Fix containerutility compilation on gcc-mingw-w64 8.3" il y a 5 ans
cross d6f9b4d73b hack: remove version from binaries, and remove symlinks il y a 3 ans
cross-platform-dependent 37498f009d Shell scripts: fix bare variables il y a 6 ans
dynbinary 86c8b8f1a0 Move proxy build into hack/make il y a 4 ans
dynbinary-daemon d6f9b4d73b hack: remove version from binaries, and remove symlinks il y a 3 ans
dynbinary-proxy d6f9b4d73b hack: remove version from binaries, and remove symlinks il y a 3 ans
install-binary 1fcd9f73d4 hack: stop installing containerd-shim (io.containerd.runtime.v1.linux) il y a 3 ans
install-proxy 4b981436fe Fixup libnetwork lint errors il y a 4 ans
run 4573cd9c30 Improved readability of the run hack script il y a 3 ans
test-docker-py 037b4c0e8e docker-py: skip CreateContainerTest::test_create_with_device_cgroup_rules il y a 3 ans
test-integration c3eefab550 hack: remove error_on_leaked_containerd_shims il y a 3 ans
test-integration-cli 3b80d57899 Fixed typo DEREPCATED -> DEPRECATED. il y a 7 ans
test-integration-flaky 3cf82748dd run shfmt il y a 5 ans
test-integration-shell 5fa134b906 Protect images in the integration/ suite il y a 8 ans

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