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 a7c178cfc63a561253d73cd242c424e3398f9d26
Author: Gilbert Song <[email protected]>
AuthorDate: Mon Apr 15 19:10:35 2019 -0700

    Added docker manifest v2s2 config to 'ImageInfo'.
    
    (cherry picked from commit c009192158f583d95ecaee9e7555c380372fb18f)
---
 src/slave/containerizer/mesos/provisioner/store.hpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/slave/containerizer/mesos/provisioner/store.hpp 
b/src/slave/containerizer/mesos/provisioner/store.hpp
index a4ae00e..8ed4ebe 100644
--- a/src/slave/containerizer/mesos/provisioner/store.hpp
+++ b/src/slave/containerizer/mesos/provisioner/store.hpp
@@ -51,6 +51,9 @@ struct ImageInfo
 
   // Appc image manifest.
   Option<::appc::spec::ImageManifest> appcManifest;
+
+  // Path of docker manifest v2 schema2 config.
+  Option<std::string> config;
 };
 
 

Reply via email to