Hi Bhuvan, I already have a new patch here:
https://reviews.apache.org/r/25523/ Thanks, Tim Sent from my iPhone > On Sep 14, 2014, at 5:33 PM, "Bhuvan Arumugam" <[email protected]> wrote: > > > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/25237/ > > Timothy Chen: do you have an ETA for a revised patch? This would help to plan > 0.20.1 release. > > - Bhuvan Arumugam > > > On September 1st, 2014, 7:16 p.m. UTC, Timothy Chen wrote: > > Review request for mesos, Benjamin Hindman and Jie Yu. > By Timothy Chen. > Updated Sept. 1, 2014, 7:16 p.m. > > Repository: mesos-git > Description > > Avoid Docker pull on each run. > > Currently each Docker run will run a docker pull which calls the docker > registry each time. > > To avoid this this patch adds a docker inspect <image> and skip calling pull > if it already exists. > Testing > > make check > Diffs > > src/slave/containerizer/docker.cpp (0febbac5df4126f6c8d9a06dd0ba1668d041b34a) > View Diff
