Dan Walsh
|
cdfdfbfb62
Allow specification of Label Name/Value pairs in image json content
|
10 лет назад |
Ahmet Alp Balkan
|
72a070c5da
builder/parser: Make use of builder/command
|
10 лет назад |
Doug Davis
|
e4f02abb51
Add support for no-arg commands in Dockerfile
|
10 лет назад |
Chen Hanxiao
|
ef3192f161
fix comments typos
|
10 лет назад |
Tibor Vass
|
50ff27caa1
Merge pull request #9826 from icecrime/8318_whitespace_add_copy
|
10 лет назад |
Jessie Frazelle
|
640e0fc578
Merge pull request #9881 from tianon/json-array-of-strings
|
10 лет назад |
Erik Hollensbe
|
09e3467452
Fix a parser error where an empty RUN statement would cause a panic
|
10 лет назад |
Tianon Gravi
|
05c2d2db9a
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)
|
10 лет назад |
Seongyeol Lim
|
abfb713887
Add support file name with whitespace for ADD and COPY command
|
10 лет назад |
Doug Davis
|
1314e1586f
Add support for ENV of the form: ENV name=value ...
|
11 лет назад |
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.
|
11 лет назад |
Erik Hollensbe
|
a5ca549a18
builder: Fix handling of VOLUME command where multiple volumes are
|
11 лет назад |
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 лет назад |