You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Guangya Liu <gy...@gmail.com> on 2017/01/07 11:29:29 UTC

Re: Review Request 52680: Used full docker image name to force pull a iamge.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52680/
-----------------------------------------------------------

(Updated \u4e00\u6708 7, 2017, 11:29 a.m.)


Review request for mesos, Jie Yu and Timothy Chen.


Changes
-------

Rebase


Repository: mesos


Description
-------

When force pull docker image, we should use the full docker image
name to avoid pulling down the repository.

Seems the latest docker client will add `latest` automatically
for now but I think that we still need to keep the logic in case
someone using old docker client.


Diffs (updated)
-----

  src/docker/docker.cpp 472cb1b4dc2b0ac65721c732fca8ec70a7470f47 

Diff: https://reviews.apache.org/r/52680/diff/


Testing
-------

make
make check


Thanks,

Guangya Liu