You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2016/03/31 18:07:25 UTC

[jira] [Updated] (MESOS-4587) Docker environment variables must be able to contain the equal sign

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

Jie Yu updated MESOS-4587:
--------------------------
    Fix Version/s:     (was: 0.27.1)

> Docker environment variables must be able to contain the equal sign
> -------------------------------------------------------------------
>
>                 Key: MESOS-4587
>                 URL: https://issues.apache.org/jira/browse/MESOS-4587
>             Project: Mesos
>          Issue Type: Bug
>          Components: docker
>    Affects Versions: 0.25.0, 0.26.0, 0.27.0
>            Reporter: Martin Tapp
>            Assignee: Shuai Lin
>              Labels: containerizer
>             Fix For: 0.28.0
>
>
> Note: Affects 0.26 and 0.27.
> The Jupyter Docker all-spark-notebook uses equal sign ('=') in Docker ENV declarations (for instance, https://github.com/jupyter/docker-stacks/blob/master/all-spark-notebook/Dockerfile#L51).
> This causes a mesos Unexpected Env format for 'ContainerConfig.Env' error.
> The problem is the tokenization code at https://github.com/apache/mesos/blob/21e080c5ae6ef03556c7a2b588e034a916c7a05a/src/docker/docker.cpp#L386 which needs to only look at the first equal sign. Docker ENV declarations can also be empty.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)