-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50959/
-----------------------------------------------------------
Review request for mesos, Gilbert Song and Jie Yu.
Bugs: MESOS-4288
https://issues.apache.org/jira/browse/MESOS-4288
Repository: mesos
Description
-------
AppcFetcherPlugin returns a '.aci' file of a container image.
Fetch supports all three modes that 'rkt fetch' supports, fetch with meta
discovery ex: 'coreos.com/hello:latest', fetch from a specific location
ex: 'https://github.com/xxx/hello.aci' or fetch from docker registry
ex: 'docker://hello-world'.
Added new fetched plugin for Appc fetch algorithm. The new AppcFetcherPlugin
implements two methods. Method 'rktFetch' is used to fetch a container image
into a store specified at a directory location using 'rkt fetch' command and
method 'rktExport' exports the image fetched into the directory location as
a '.aci' file that is in tar file format, usinf 'rkt image export' command.
Diffs
-----
src/Makefile.am cf76a699c33debb129722b7cba63a4e9e09f84f7
src/uri/fetcher.hpp 949363ecdb15f5b225db7f3ed67eda52c351bfa1
src/uri/fetcher.cpp 198bd29993381758183edfce8faafba36da2d9ae
src/uri/fetchers/appc.hpp PRE-CREATION
src/uri/fetchers/appc.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/50959/diff/
Testing
-------
make check
Thanks,
Srinivas Brahmaroutu