Kenfe-Mickael Laventure 0b90edc22f Use actual cli version for TestConfigHTTPHeader 8 年之前
..
.build-deb 32915b1d0a Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 8 年之前
.build-rpm c307f4521e Merge pull request #32437 from cpuguy83/container_selinux 8 年之前
.resources-windows 57aef3b490 Windows: Support running dockerd as a service 9 年之前
.binary 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
.binary-setup 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
.detect-daemon-osarch 2443decdd5 do not show errors on make install 8 年之前
.ensure-emptyfs 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
.go-autogen 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
.go-autogen.ps1 47396d6377 Switch to new versioning scheme 8 年之前
.integration-daemon-setup 32915b1d0a Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 8 年之前
.integration-daemon-start 0b90edc22f Use actual cli version for TestConfigHTTPHeader 8 年之前
.integration-daemon-stop 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
.integration-test-helpers 0b90edc22f Use actual cli version for TestConfigHTTPHeader 8 年之前
README.md 949a21b55f Move scripts back to hack/, leave docs in project/ 10 年之前
binary 32915b1d0a Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 8 年之前
binary-daemon 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
build-deb 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
build-integration-test-binary 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
build-rpm adb2ddf288 Rely on container-selinux for centos/fedora25/rhel 8 年之前
clean-apt-repo 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
clean-yum-repo 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
cover 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
cross 32915b1d0a Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 8 年之前
dynbinary 32915b1d0a Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 8 年之前
dynbinary-daemon 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
generate-index-listing 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
install-binary 973bce2100 hack: Remove install-binary-client 8 年之前
install-binary-daemon 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
install-script 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
release-deb 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
release-rpm 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
run 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
sign-repos 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
test-deb-install 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
test-docker-py 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
test-install-script 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
test-integration-cli 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
test-integration-shell 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
test-old-apt-repo 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
test-unit 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
tgz 32915b1d0a Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 8 年之前
ubuntu 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
update-apt-repo 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
win 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 8 年之前
yaml-docs-generator 5443f0152f docs: added support for CLI yaml file generation 8 年之前

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 test
./hack/make.sh binary ubuntu

# Or to run all bundles:
./hack/make.sh

To add a bundle:

  • Create a shell-compatible file here
  • Add it to $DEFAULT_BUNDLES in make.sh