> On Feb. 15, 2017, 11:51 a.m., Mesos Reviewbot wrote: > > Patch looks great! > > > > Reviews applied: [56657] > > > > Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' > > COMPILER='gcc' CONFIGURATION='--verbose' ENVIRONMENT='GLOG_v=1 > > MESOS_VERBOSE=1'; ./support/docker-build.sh
Ping! - Santhosh Kumar ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56657/#review165752 ----------------------------------------------------------- On Feb. 15, 2017, 10:08 a.m., Santhosh Kumar Shanmugham wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/56657/ > ----------------------------------------------------------- > > (Updated Feb. 15, 2017, 10:08 a.m.) > > > Review request for mesos, Gilbert Song, Jie Yu, and Qian Zhang. > > > 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 > >
