[
https://issues.apache.org/jira/browse/MESOS-6510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15619673#comment-15619673
]
Qian Zhang commented on MESOS-6510:
-----------------------------------
When we enhance APPC store, we can convert APPC whitelist (i.e., the field
{{pathWhitelist}}) to AUFS whiteout (if the backend is aufs/copy) or overlay
whiteout (if the backend is overlay), please refer to the discussion in
https://reviews.apache.org/r/53115/ for more details.
> 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)