1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/project/make
Doug Davis 645f8a32df Fix builder when num of RUN args is 1
FROM scratch
ADD echo /
RUN [ "echo" ]

will die with
  exec: "/bin/sh": stat /bin/sh: no such file or directory

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-03-11 07:30:44 -07:00
..
.dockerinit Rename .dockerversion to .go-autogen so it's clear that all autogenerated code goes here 2015-03-03 12:42:38 -07:00
.ensure-emptyfs Change emptyfs path in integration-cli tests 2015-02-12 15:02:18 -08:00
.ensure-frozen-images Fix builder when num of RUN args is 1 2015-03-11 07:30:44 -07:00
.ensure-httpserver integ-cli: Implement remote FakeStorage server for build via URL tests 2015-03-09 12:03:55 -07:00
.go-autogen Rename .dockerversion to .go-autogen so it's clear that all autogenerated code goes here 2015-03-03 12:42:38 -07:00
.go-compile-test-dir
.integration-daemon-start Run tests in stricter environment 2015-02-18 23:30:43 -07:00
.integration-daemon-stop
.validate
binary Rename .dockerversion to .go-autogen so it's clear that all autogenerated code goes here 2015-03-03 12:42:38 -07:00
cover
cross
dynbinary Fix dynbinary with new autogen code 2015-02-23 11:19:51 -07:00
README.md [trivial] changed ./hack to ./project in README.md 2015-02-13 18:11:16 +03:00
test-docker-py Run tests in stricter environment 2015-02-18 23:30:43 -07:00
test-integration
test-integration-cli Refactor busybox downloading as generic "frozen-images" 2015-03-09 19:02:59 -06:00
test-unit Merge pull request #10833 from fabianorosas/10832-fix-test-unit-without-parallel 2015-02-20 12:12:46 -08:00
tgz
ubuntu
validate-dco
validate-gofmt
validate-toml fix tomlv because it doesn't read from stdin 2015-02-19 13:18:20 -08:00

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:

./project/make.sh test
./project/make.sh binary ubuntu

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

To add a bundle:

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