Tibor Vass
|
f41230b93a
|
Move builder files to builder/dockerfile
Signed-off-by: Tibor Vass <tibor@docker.com>
|
2015-10-05 18:26:47 -04:00 |
|
Doug Davis
|
39908fc6d9
|
Add support for more advanced ${xxx:...} syntax
Just ${xxx:+...} and ${xxx:-...} for now
Signed-off-by: Doug Davis <dug@us.ibm.com>
|
2015-04-01 08:11:15 -07:00 |
|
Vincent Batts
|
7617ec176d
|
.: remove trailing white spaces
blame tibor this one ;-)
```
find . -type f -not -name '*.png' -not -name '*.go' -not -name '*.md'
-not -name '*.tar' -not -name '*.pem' -not -path './vendor/*' -not -path
'./.git/*' -not -path '*/testdata/*' -not -path './docs/*images*' -not
-path '*/testfiles/*' -not -path './bundles/*' -not -path
'./docs/*static*/*' -not -path './docs/*article-img/*' -exec grep -HnEl
'[[:space:]]$' {} \; | xargs sed -iE 's/[[:space:]]*$//'
```
Signed-off-by: Vincent Batts <vbatts@redhat.com>
|
2015-03-25 13:38:17 -04:00 |
|
Doug Davis
|
6d66e3e7a5
|
Fix some escaping around env var processing
Clarify in the docs that ENV is not recursive
Closes #10391
Signed-off-by: Doug Davis <dug@us.ibm.com>
|
2015-03-20 20:09:00 -07:00 |
|