[
https://issues.apache.org/jira/browse/MESOS-5775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15362976#comment-15362976
]
Jie Yu commented on MESOS-5775:
-------------------------------
[~lins05] we don't have a design yet. For instance, it's not clear to me how to
define the protobuf so that we can support catalog based CVMFS image in the
future.
> Add a new CVMFS image type.
> ---------------------------
>
> Key: MESOS-5775
> URL: https://issues.apache.org/jira/browse/MESOS-5775
> Project: Mesos
> Issue Type: Task
> Reporter: Jie Yu
> Assignee: Shuai Lin
>
> One way to specify a CVMFS image is like the following. Using a combination
> of repository name and the path to the image in the repository.
> If we were to support CVMFS image using a catalog, we needed to think about
> what's the best way to express that. Maybe we should make `Cvmfs` message
> more extensible with that in mind.
> {code}
> message Image {
> enum Type {
> APPC = 1;
> DOCKER = 2;
> CVMFS = 3;
> }
>
> message Cvmfs {
> required string repository = 1;
> required string path = 2;
> }
> optional Cvmfs cvmfs = 5;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)