moby--moby/builder/parser
David Calavera 3781cde61f Add `STOPSIGNAL` instruction to dockerfiles.
This way, images creators can set the exit signal their programs use.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-09-10 19:56:05 -04:00
..
dumper builder/parser/dumper: Handle newlines appropriately. 2014-09-11 06:00:24 -07:00
testfiles builder: avoid decoding "null" string in ADD, COPY and VOLUME step to nil slice 2015-08-18 21:15:57 +09:00
testfiles-negative Add support for no-arg commands in Dockerfile 2015-02-08 03:36:49 -08:00
json_test.go Adjust builder to validate that JSON in Dockerfiles are arrays of strings and nothing else to match how we describe them to people (and what all our existing tests already assumed) 2015-01-05 14:31:05 -07:00
line_parsers.go integration-cli: add a integration test to avoid parsing null string in ADD, COPY and VOLUME to nil slice 2015-08-19 11:11:46 +09:00
parser.go Add `STOPSIGNAL` instruction to dockerfiles. 2015-09-10 19:56:05 -04:00
parser_test.go Format error by value 2015-03-16 12:05:53 +01:00
utils.go Fix golint warnings for builder 2015-07-22 13:29:03 +08:00