docker/builder/dockerfile/parser
Justin Cormack f8119bb7a7 Remove sqlite
This drops support for migrations from pre-1.10 Docker versions, which
should be done via an external tool or an intermediate upgrade.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-01-18 12:27:21 +00:00
..
dumper add defer file.Close to avoid potential fd leak 2016-08-10 08:36:09 +08:00
testfile-line Revert "Fix dockerfile parser with empty line after escape" 2016-12-02 14:15:55 +01:00
testfiles Remove sqlite 2017-01-18 12:27:21 +00:00
testfiles-negative Move builder files to builder/dockerfile 2015-10-05 18:26:47 -04:00
json_test.go Move directive out of globals 2016-07-26 10:35:33 -07:00
line_parsers.go Fix case where \\ at EOF made the builder ignore the command 2016-11-03 05:48:49 -07:00
parser.go Revert "Require continuation char to be last char in a line" 2017-01-10 00:41:03 +01:00
parser_test.go Revert "Fix dockerfile parser with empty line after escape" 2016-12-02 14:15:55 +01:00
utils.go Move directive out of globals 2016-07-26 10:35:33 -07:00