Erik Hollensbe
|
09e3467452
Fix a parser error where an empty RUN statement would cause a panic
|
10 سال پیش |
Doug Davis
|
1314e1586f
Add support for ENV of the form: ENV name=value ...
|
10 سال پیش |
xuzhaokui
|
6c79ee7d1e
Remove the redundant stripComment.
|
10 سال پیش |
Erik Hollensbe
|
cdd6e97910
builder: some small fixups + fix a bug where empty entrypoints would not override inheritance.
|
10 سال پیش |
Michael Crosby
|
9a82713772
Merge pull request #8578 from erikh/fix_slash
|
10 سال پیش |
Alexandr Morozov
|
abec82bdee
Merge pull request #8579 from erikh/builder_html_panic
|
10 سال پیش |
Erik Hollensbe
|
63637b9d27
builder: handle anything we cannot parse the command for as a fatal error.
|
10 سال پیش |
Erik Hollensbe
|
96f342f703
builder: comments should also be elided in the middle of statements following a line continuation.
|
10 سال پیش |
Erik Hollensbe
|
a1ef2207dd
builder: strip blank lines before processing any line continuations.
|
10 سال پیش |
Erik Hollensbe
|
7fa449191c
builder: Handle trailing \ appropriately.
|
10 سال پیش |
Erik Hollensbe
|
1150c1639a
builder: ONBUILD triggers were not accurately being executed in JSON cases.
|
10 سال پیش |
Tibor Vass
|
0a2c481c7f
ignore invalid Dockerfile instructions and do not consider "docker-version" a Dockerfile instruction
|
10 سال پیش |
Doug Davis
|
f440c6b224
Fix builder/parser so it keeps some whitespace on split lines.
|
10 سال پیش |
Erik Hollensbe
|
a5ca549a18
builder: Fix handling of VOLUME command where multiple volumes are
|
10 سال پیش |
Erik Hollensbe
|
6b322ad2d3
builder/parser: fix handling of empty strings as the only argument.
|
11 سال پیش |
Erik Hollensbe
|
305f735080
builder: several fixups from comments
|
11 سال پیش |
Erik Hollensbe
|
cb51681a6d
builder: Fix handling of ENV references that reference themselves, plus tests.
|
11 سال پیش |
Erik Hollensbe
|
248f4c4f75
builder/parser: Rewrite Parse() to use := instead of var
|
11 سال پیش |
Erik Hollensbe
|
135f54ccbf
builder: Remove blankNode(), use &Node{} instead.
|
11 سال پیش |
Erik Hollensbe
|
3f5f6b038f
builder: comments / documentation
|
11 سال پیش |
Erik Hollensbe
|
d6c0bbc3cb
builder: add command handling to evaluator.
|
11 سال پیش |
Erik Hollensbe
|
22c46af4b3
builder: parser and beginnings of the evaluator
|
11 سال پیش |