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

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