Daniel Nephin 96707bc600 Fix integration suite and propagate failures %!s(int64=8) %!d(string=hai) anos
..
.build-deb 32915b1d0a Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope %!s(int64=8) %!d(string=hai) anos
.build-rpm c307f4521e Merge pull request #32437 from cpuguy83/container_selinux %!s(int64=8) %!d(string=hai) anos
.resources-windows 57aef3b490 Windows: Support running dockerd as a service %!s(int64=9) %!d(string=hai) anos
.binary ece4520bf8 More helper hack helper functions to a more appropriate place. %!s(int64=8) %!d(string=hai) anos
.binary-setup b877fc31c5 Remove pkcs11, libltdl-dev, and clang for osx. %!s(int64=8) %!d(string=hai) anos
.detect-daemon-osarch 2443decdd5 do not show errors on make install %!s(int64=8) %!d(string=hai) anos
.ensure-emptyfs 5fa134b906 Protect images in the integration/ suite %!s(int64=8) %!d(string=hai) anos
.go-autogen 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
.go-autogen.ps1 47396d6377 Switch to new versioning scheme %!s(int64=8) %!d(string=hai) anos
.integration-daemon-setup 4308e881cc Cleanup test output, and binaries. %!s(int64=8) %!d(string=hai) anos
.integration-daemon-start c467a11205 Remove config tests, which are now unit tests in docker/cli %!s(int64=8) %!d(string=hai) anos
.integration-daemon-stop 4308e881cc Cleanup test output, and binaries. %!s(int64=8) %!d(string=hai) anos
.integration-test-helpers 96707bc600 Fix integration suite and propagate failures %!s(int64=8) %!d(string=hai) anos
README.md 1fb615599a Remove test-unit from hack/make %!s(int64=8) %!d(string=hai) anos
binary 32915b1d0a Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope %!s(int64=8) %!d(string=hai) anos
binary-daemon ece4520bf8 More helper hack helper functions to a more appropriate place. %!s(int64=8) %!d(string=hai) anos
build-deb 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
build-integration-test-binary 2fddf9f6ef Fix `make build-integration-cli-on-swarm` %!s(int64=8) %!d(string=hai) anos
build-rpm adb2ddf288 Rely on container-selinux for centos/fedora25/rhel %!s(int64=8) %!d(string=hai) anos
clean-apt-repo 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
clean-yum-repo 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
cover 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
cross ea2e4d73c4 remove cli concerns from hack/make %!s(int64=8) %!d(string=hai) anos
dynbinary 32915b1d0a Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope %!s(int64=8) %!d(string=hai) anos
dynbinary-daemon ea2e4d73c4 remove cli concerns from hack/make %!s(int64=8) %!d(string=hai) anos
generate-index-listing 39bcaee47b Spelling fixes %!s(int64=8) %!d(string=hai) anos
install-binary 973bce2100 hack: Remove install-binary-client %!s(int64=8) %!d(string=hai) anos
install-binary-daemon ece4520bf8 More helper hack helper functions to a more appropriate place. %!s(int64=8) %!d(string=hai) anos
release-deb 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
release-rpm 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
run 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
sign-repos 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
test-docker-py 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
test-integration 96707bc600 Fix integration suite and propagate failures %!s(int64=8) %!d(string=hai) anos
test-integration-cli 4308e881cc Cleanup test output, and binaries. %!s(int64=8) %!d(string=hai) anos
test-integration-shell 5fa134b906 Protect images in the integration/ suite %!s(int64=8) %!d(string=hai) anos
test-old-apt-repo 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
test-unit 1fb615599a Remove test-unit from hack/make %!s(int64=8) %!d(string=hai) anos
tgz 32915b1d0a Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope %!s(int64=8) %!d(string=hai) anos
ubuntu 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
update-apt-repo 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
win 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!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