Browse code

Remove note from docker version 1.3 on Env variables

Fixes #14734

Signed-off-by: Ankush Agarwal <ankushagarwal11@gmail.com>
(cherry picked from commit 89ec5399aff830ed0b00ff24610969fbf9ad4fdc)

Ankush Agarwal authored on 2015/08/08 02:01:07
Showing 1 changed files
... ...
@@ -114,12 +114,6 @@ images.
114 114
 
115 115
 ### Environment replacement
116 116
 
117
-> **Note**: prior to 1.3, `Dockerfile` environment variables were handled
118
-> similarly, in that they would be replaced as described below. However, there
119
-> was no formal definition on as to which instructions handled environment
120
-> replacement at the time. After 1.3 this behavior will be preserved and
121
-> canonical.
122
-
123 117
 Environment variables (declared with [the `ENV` statement](#env)) can also be
124 118
 used in certain instructions as variables to be interpreted by the
125 119
 `Dockerfile`. Escapes are also handled for including variable-like syntax