You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Qian Zhang (JIRA)" <ji...@apache.org> on 2016/10/30 09:54:58 UTC

[jira] [Created] (MESOS-6510) Need to enhance APPC store to support APPC whitelist

Qian Zhang created MESOS-6510:
---------------------------------

             Summary: Need to enhance APPC store to support APPC whitelist
                 Key: MESOS-6510
                 URL: https://issues.apache.org/jira/browse/MESOS-6510
             Project: Mesos
          Issue Type: Improvement
            Reporter: Qian Zhang


In [APPC image manifest schema | https://github.com/appc/spec/blob/master/spec/aci.md#image-manifest-schema], there is a field {{pathWhitelist}}:
{quote}
pathWhitelist (list of strings, optional) whitelist of absolute paths that will exist in the app's rootfs after rendering. This must be a complete and absolute set. An empty list is equivalent to an absent value and means that all files in this image and any dependencies will be available in the rootfs.
{quote}

But in Mesos protobuf message for the APPC image manifest schema {{include/mesos/appc/spec.proto}}, that field is missed. We need to add this field in the protobuf message and enhance APPC store to support the APPC whitelist.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)