-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56657/
-----------------------------------------------------------
Review request for mesos and Jie Yu.
Bugs: MESOS-7089
https://issues.apache.org/jira/browse/MESOS-7089
Repository: mesos
Description
-------
MesosContainerizer's local Docker does not have support for
mutable tags which can point to different immutable digests. This
indirection is required when an operator wants to rollout updates
without affecting the customer's configuration.
Introduce a new optional agent flag `docker_local_resolution_mapping`
which will point to a JSON-formatted file, that contains mappings,
to be used for local resolution of docker images.
Diffs
-----
docs/configuration.md 656aaa34915eaee91d388febbc7574287b9f51b5
src/slave/containerizer/mesos/provisioner/docker/store.cpp
68ce265a5d0a61f8d9ed55dd14c630dcf893a7d2
src/slave/flags.hpp 2c4bd6ae628a272a4c6c2f02670baef011df4505
src/slave/flags.cpp 71935dea0f898d4594de9a5d8a3d1c7fc1a21606
src/tests/containerizer/provisioner_docker_tests.cpp
ce57c06d50b47a150ff40412c1fde99f16892434
Diff: https://reviews.apache.org/r/56657/diff/
Testing
-------
make && make check
Thanks,
Santhosh Kumar Shanmugham