-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57860/
-----------------------------------------------------------
(Updated March 24, 2017, 5:08 a.m.)
Review request for mesos, Adam B, Alexander Rukletsov, Gilbert Song, James
DeFelice, Jie Yu, and Joseph Wu.
Changes
-------
Removed unrelated patch that snuck in.
Bugs: MESOS-6951
https://issues.apache.org/jira/browse/MESOS-6951
Repository: mesos
Description
-------
Removes the use of --env_file as that does not support newlines in
environment variable values.
Removes leaking of possibly sensitive environment variables to the log.
Manually backported for 1.2.x.
Diffs (updated)
-----
src/docker/docker.cpp 68042fd6f3b19c12cddd0d2e74ae064ceceb6a8c
Diff: https://reviews.apache.org/r/57860/diff/3/
Changes: https://reviews.apache.org/r/57860/diff/2-3/
Testing
-------
make check & sudo ./bin/mesos-tests.sh
Functional testing.
Thanks,
Till Toenshoff