This is an automated email from the ASF dual-hosted git repository. gilbert pushed a commit to branch 1.8.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 58be98dd8a8645210525699626479e11b1bcb277 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 8de897e..48ffa2e 100644 --- a/include/mesos/slave/containerizer.proto +++ b/include/mesos/slave/containerizer.proto @@ -305,4 +305,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; }
