This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
c6a70bc78a
moby--moby
/
builder
/
parser
/
testfiles-negative
/
env_no_value
/
Dockerfile
4 lines
23 B
Text
Raw
Normal View
History
Unescape
Escape
Fix panic when `ENV ARG=ARG` is used. Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <github@hollensbe.org> (github: erikh)
2014-08-31 05:39:36 -07:00
FROM busybox
Add support for ENV of the form: ENV name=value ... still supports the old form: ENV name value Also, fixed an issue with the parser where it would ignore lines at the end of the Dockerfile that ended with \ Closes #2333 Signed-off-by: Doug Davis <dug@us.ibm.com>
2014-09-25 19:28:24 -07:00
ENV PATH
Copy permalink