[
https://issues.apache.org/jira/browse/MESOS-7692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056575#comment-16056575
]
Till Toenshoff commented on MESOS-7692:
---------------------------------------
We missed a release cut for a bugfix - the issue got introduced by 1973ab5
which landed shortly before 1.3.0 got cut -- the fix then landed only in 1.4.0
wip (master).
Now fixed in 1.3.x by
{noformat}
commit 24c211386132e2b89e5ad81f480e687eeb3c8c80
Author: Till Toenshoff <[email protected]>
Date: Tue Jun 20 21:22:36 2017 +0200
Fixed task_environment serializing in containerizer.
Review: https://reviews.apache.org/r/59140/
{noformat}
> Default environment variables defined in docker image are not available in
> mesos containerizer
> ----------------------------------------------------------------------------------------------
>
> Key: MESOS-7692
> URL: https://issues.apache.org/jira/browse/MESOS-7692
> Project: Mesos
> Issue Type: Bug
> Components: containerization
> Affects Versions: 1.3.0
> Reporter: Mao Geng
> Assignee: Till Toenshoff
> Priority: Blocker
>
> Found an unexpected change in 1.3.0-2.0.3 - the environment variables defined
> by ENV statements in dockerfile are not available in mesos containerizer any
> more. For example LD_LIBRARY_PATH of tensorflow/tensorflow:latest-gpu image,
> JAVA_HOME of java:8 image, etc.
> The env vars are available in mesos containerizer in 1.2.0. Looks like a
> regression to me, isn't it?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)