Dennis Chen 662bdb4a56 Removal of TEST_IMAGE_NAMESPACE 7 years ago
..
.resources-windows 57aef3b490 Windows: Support running dockerd as a service 9 years ago
.binary 17708e72a7 graphdriver: custom build-time priority list 7 years ago
.binary-setup b877fc31c5 Remove pkcs11, libltdl-dev, and clang for osx. 8 years ago
.detect-daemon-osarch 662bdb4a56 Removal of TEST_IMAGE_NAMESPACE 7 years ago
.ensure-emptyfs 5fa134b906 Protect images in the integration/ suite 8 years ago
.go-autogen 9152e63290 api: generalize version information to any platform component 7 years ago
.go-autogen.ps1 cb8283a6e9 Fix windows 7 years ago
.integration-daemon-setup 4308e881cc Cleanup test output, and binaries. 8 years ago
.integration-daemon-start c467a11205 Remove config tests, which are now unit tests in docker/cli 8 years ago
.integration-daemon-stop 4308e881cc Cleanup test output, and binaries. 8 years ago
.integration-test-helpers 662bdb4a56 Removal of TEST_IMAGE_NAMESPACE 7 years ago
README.md 1fb615599a Remove test-unit from hack/make 8 years ago
binary 32915b1d0a Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 8 years ago
binary-daemon ece4520bf8 More helper hack helper functions to a more appropriate place. 8 years ago
build-integration-test-binary 6d5e468db1 Fix .go-autogen warnings 7 years ago
cross ea2e4d73c4 remove cli concerns from hack/make 8 years ago
dynbinary 32915b1d0a Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 8 years ago
dynbinary-daemon ea2e4d73c4 remove cli concerns from hack/make 8 years ago
install-binary eef85648e4 Remove packaging scripts 7 years ago
run 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 years ago
test-docker-py 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 years ago
test-integration 6d5e468db1 Fix .go-autogen warnings 7 years ago
test-integration-cli 3b80d57899 Fixed typo DEREPCATED -> DEPRECATED. 7 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