This is an automated email from the ASF dual-hosted git repository. gilbert pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit f0e89a22bc7034b8ded0799d513c7eaae9b7d7f7 Author: Gilbert Song <[email protected]> AuthorDate: Mon Apr 15 18:53:58 2019 -0700 Added docker manifest v2s2 config to protobuf 'ContainerLayers'. (cherry picked from commit 9c6d178456b86b2aa7b8f9de6d929f8c5bdf4109) --- include/mesos/slave/containerizer.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/mesos/slave/containerizer.proto b/include/mesos/slave/containerizer.proto index 5b4dcdd..ba1746c 100644 --- a/include/mesos/slave/containerizer.proto +++ b/include/mesos/slave/containerizer.proto @@ -292,4 +292,9 @@ message ContainerTermination { message ContainerLayers { // Paths of all layers used to provision the container. repeated string paths = 1; + + // Path of docker manifest v2 schema2 config. If an image is + // downloaded via docker manifest v2s2, the config will be + // persisted in the image store. + optional string config = 2; }
