You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Antoine Duprat (Jira)" <se...@james.apache.org> on 2020/01/30 14:39:00 UTC

[jira] [Updated] (JAMES-3031) PATH variable in dockerfiles is wrong

     [ https://issues.apache.org/jira/browse/JAMES-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Duprat updated JAMES-3031:
----------------------------------
    Description: 
The PATH environment variable declared in the dockerfiles is wrong (equals missing).

According to the Dockerfile reference([https://docs.docker.com/engine/reference/builder/#env]) :

_The second form, ENV <key>=<value> ..., allows for multiple variables to be set at one time. Notice that the second form uses the equals sign (=) in the syntax, while the first form does not. Like command line parsing, quotes and backslashes can be used to include spaces within values._

  was:
The PATH environment variable declared in the dockerfiles is wrong (equals missing).

According to the [Dockerfile reference](https://docs.docker.com/engine/reference/builder/#env) :

_The second form, ENV <key>=<value> ..., allows for multiple variables to be set at one time. Notice that the second form uses the equals sign (=) in the syntax, while the first form does not. Like command line parsing, quotes and backslashes can be used to include spaces within values._


> PATH variable in dockerfiles is wrong
> -------------------------------------
>
>                 Key: JAMES-3031
>                 URL: https://issues.apache.org/jira/browse/JAMES-3031
>             Project: James Server
>          Issue Type: New Feature
>            Reporter: Antoine Duprat
>            Assignee: Antoine Duprat
>            Priority: Major
>             Fix For: 3.5.0
>
>
> The PATH environment variable declared in the dockerfiles is wrong (equals missing).
> According to the Dockerfile reference([https://docs.docker.com/engine/reference/builder/#env]) :
> _The second form, ENV <key>=<value> ..., allows for multiple variables to be set at one time. Notice that the second form uses the equals sign (=) in the syntax, while the first form does not. Like command line parsing, quotes and backslashes can be used to include spaces within values._



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org