[
https://issues.apache.org/jira/browse/MESOS-7654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16047954#comment-16047954
]
ASF GitHub Bot commented on MESOS-7654:
---------------------------------------
GitHub user lycing opened a pull request:
https://github.com/apache/mesos/pull/218
MESOS-7654 Fix owner of fetched files in docker containerizer
Fix the wrong owner while mesos-fetcher downloading files,and test passed
in our production environment,from issue
[MESOS-7654](https://issues.apache.org/jira/browse/MESOS-7654)
@jieyu @Gilbert88
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lycing/mesos master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mesos/pull/218.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #218
----
commit 8f740dc28a06b055572311ffef8f59aba0ea0eac
Author: lycing <[email protected]>
Date: 2017-06-13T10:43:05Z
Update docker.cpp
fix the wrong owner while mesos-fetcher download files
commit 0a07fed19017b21d5d448746f0870dd374f3a76d
Author: LiuYanchun <[email protected]>
Date: 2017-06-13T14:15:51Z
Fix owner of fetched files in docker containerizer
----
> mesos fetcher download files with incorrect permission
> ------------------------------------------------------
>
> Key: MESOS-7654
> URL: https://issues.apache.org/jira/browse/MESOS-7654
> Project: Mesos
> Issue Type: Bug
> Components: docker, fetcher
> Affects Versions: 1.2.0
> Reporter: chenmingjie
> Priority: Minor
>
> mesos fectcher download uri file as root permission in docker
> container,though we have pointed out a common user in CommandInfo or Task
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)