moby--moby/hack/make
Dennis Chen 8eb7ed673b Remove arch-suffix detection of Dockerfile
Since now we have only one Dockerfile, so the arch-specific suffix
of the Dockerfile is not needed anymore.

Signed-off-by: Dennis Chen <dennis.chen@arm.com>
2018-03-12 02:05:37 +00:00
..
.resources-windows Windows: Support running dockerd as a service 2016-04-26 14:04:47 -07:00
.binary Merge pull request #34369 from cyphar/build-buildmode-pie 2018-01-29 23:54:03 +09:00
.binary-setup Remove pkcs11, libltdl-dev, and clang for osx. 2017-06-21 11:18:44 -04:00
.detect-daemon-osarch Remove arch-suffix detection of Dockerfile 2018-03-12 02:05:37 +00:00
.ensure-emptyfs Protect images in the integration/ suite 2017-08-09 11:02:57 -04:00
.go-autogen Split binary installers/commit scripts 2018-02-21 15:39:24 -05:00
.go-autogen.ps1 Fix windows 2017-12-06 23:23:55 +01:00
.integration-daemon-setup Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
.integration-daemon-start Remove explicit DOCKER_API_VERSION from integration env setup 2018-02-20 17:27:28 -05:00
.integration-daemon-stop Cleanup test output, and binaries. 2017-08-09 11:02:57 -04:00
.integration-test-helpers Rename integration/util to integration/internal 2018-02-10 09:16:32 +01:00
README.md Remove test-unit from hack/make 2017-07-17 11:39:33 -04:00
binary Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
binary-daemon More helper hack helper functions to a more appropriate place. 2017-07-17 11:38:59 -04:00
build-integration-test-binary Fix .go-autogen warnings 2017-11-01 12:03:32 +01:00
cross remove cli concerns from hack/make 2017-06-21 11:20:05 -04:00
dynbinary Remove cmd/docker and other directories in cli/ in accordance with the new Moby project scope 2017-05-05 12:14:29 -07:00
dynbinary-daemon remove cli concerns from hack/make 2017-06-21 11:20:05 -04:00
install-binary Remove packaging scripts 2017-10-31 18:37:05 -04:00
run Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 2017-02-13 11:01:54 -08:00
test-docker-py Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 2017-02-13 11:01:54 -08:00
test-integration Fix .go-autogen warnings 2017-11-01 12:03:32 +01:00
test-integration-cli Fixed typo DEREPCATED -> DEPRECATED. 2017-12-29 06:39:09 -05:00
test-integration-shell Protect images in the integration/ suite 2017-08-09 11:02:57 -04:00

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