> On Jan. 13, 2016, 11:09 p.m., Timothy Chen wrote: > > src/uri/fetchers/docker.cpp, line 532 > > <https://reviews.apache.org/r/42238/diff/1/?file=1195241#file1195241line532> > > > > Is it possible to have multiple images/manifests per directory? > > Assuming a task with multiple volumes and multiple images?
The user of the fetcher will most likely create a temp dir and download images/manifest there. So I don't think this is an issue. - Jie ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42238/#review114318 ----------------------------------------------------------- On Jan. 13, 2016, 11:14 p.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/42238/ > ----------------------------------------------------------- > > (Updated Jan. 13, 2016, 11:14 p.m.) > > > Review request for mesos, Ben Mahler, Gilbert Song, Jojy Varghese, and > Timothy Chen. > > > Bugs: MESOS-4296 > https://issues.apache.org/jira/browse/MESOS-4296 > > > Repository: mesos > > > Description > ------- > > Implemented the Docker URI fetcher plugin based on curl. > > > Diffs > ----- > > src/uri/fetchers/docker.cpp 3595f915cb4b305659fa803e741333be5115aecf > > Diff: https://reviews.apache.org/r/42238/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Jie Yu > >
