November 9, 2014
View 6c79ee7

Remove the redundant stripComment.

xuzhaokui authored on 2014/11/09 23:12:54
October 24, 2014
View cdd6e97

builder: some small fixups + fix a bug where empty entrypoints would not override inheritance.

Erik Hollensbe authored on 2014/10/24 09:23:25
October 16, 2014
View 9a82713

Merge pull request #8578 from erikh/fix_slash

Michael Crosby authored on 2014/10/16 04:11:37
View abec82b

Merge pull request #8579 from erikh/builder_html_panic

Alexandr Morozov authored on 2014/10/16 04:01:52
October 15, 2014
View 63637b9

builder: handle anything we cannot parse the command for as a fatal error.

Erik Hollensbe authored on 2014/10/15 12:33:11
View 96f342f

builder: comments should also be elided in the middle of statements following a line continuation.

Erik Hollensbe authored on 2014/10/15 17:44:14
View a1ef220

builder: strip blank lines before processing any line continuations.

Erik Hollensbe authored on 2014/10/15 13:00:17
View 7fa4491

builder: Handle trailing \ appropriately.

Erik Hollensbe authored on 2014/10/15 12:08:04
October 14, 2014
View 1150c16

builder: ONBUILD triggers were not accurately being executed in JSON cases.

Erik Hollensbe authored on 2014/10/14 05:14:35
October 7, 2014
View 0a2c481

ignore invalid Dockerfile instructions and do not consider "docker-version" a Dockerfile instruction

Tibor Vass authored on 2014/10/07 12:24:43
October 3, 2014
View f440c6b

Fix builder/parser so it keeps some whitespace on split lines. If previous line ends with whitespace, or next line starts with whitepsace we need to preserve a space otherwise things line: RUN echo\ hello will appear as: RUN echohello

Doug Davis authored on 2014/10/03 08:58:53
September 26, 2014
View 1314e15

Add support for ENV of the form: ENV name=value ... still supports the old form: ENV name value

Doug Davis authored on 2014/09/26 11:28:24
September 11, 2014
View a5ca549

builder: Fix handling of VOLUME command where multiple volumes are specified in a space delimited list.

Erik Hollensbe authored on 2014/09/11 22:27:51
August 30, 2014
View 6b322ad

builder/parser: fix handling of empty strings as the only argument.

Erik Hollensbe authored on 2014/08/30 05:04:34
August 19, 2014
View 305f735

builder: several fixups from comments

Erik Hollensbe authored on 2014/08/19 20:14:21