CrazyMax 807c849431 ci(test): send coverage to codecov 2 years ago
..
.binary 71e2aa78e4 hack: don't generate checksums for individual binaries 3 years ago
.detect-daemon-osarch 3cf82748dd run shfmt 5 years ago
.ensure-emptyfs a4b28e23cf integration-cli: Correct emptyfs id under c8d 3 years ago
.go-autogen fd2143e0b0 use go-winres for cross to create Windows resources 3 years ago
.go-autogen.ps1 1efda78f2b use go-winres for windows build and cleanup autogen and winresources 3 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 807c849431 ci(test): send coverage to codecov 2 years ago
.mkwinres d6f9b4d73b hack: remove version from binaries, and remove symlinks 3 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 71e2aa78e4 hack: don't generate checksums for individual binaries 3 years ago
binary-proxy d6f9b4d73b hack: remove version from binaries, and remove symlinks 3 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 d6f9b4d73b hack: remove version from binaries, and remove symlinks 3 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 d6f9b4d73b hack: remove version from binaries, and remove symlinks 3 years ago
dynbinary-proxy d6f9b4d73b hack: remove version from binaries, and remove symlinks 3 years ago
install-binary 1fcd9f73d4 hack: stop installing containerd-shim (io.containerd.runtime.v1.linux) 3 years ago
install-proxy 4b981436fe Fixup libnetwork lint errors 4 years ago
run 4573cd9c30 Improved readability of the run hack script 3 years ago
test-docker-py 037b4c0e8e docker-py: skip CreateContainerTest::test_create_with_device_cgroup_rules 3 years ago
test-integration c3eefab550 hack: remove error_on_leaked_containerd_shims 3 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