Skip to content

Commit 89ec539

Browse files
committed
Remove note from docker version 1.3 on Env variables
Fixes moby#14734 Signed-off-by: Ankush Agarwal <[email protected]>
1 parent 38e5764 commit 89ec539

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docs/reference/builder.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,6 @@ images.
114114

115115
### Environment replacement
116116

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-
123117
Environment variables (declared with [the `ENV` statement](#env)) can also be
124118
used in certain instructions as variables to be interpreted by the
125119
`Dockerfile`. Escapes are also handled for including variable-like syntax

0 commit comments

Comments
 (0)