Yan Xu created MESOS-3192:
-----------------------------

             Summary: ContainerInfo::Image::AppC::id should be optional
                 Key: MESOS-3192
                 URL: https://issues.apache.org/jira/browse/MESOS-3192
             Project: Mesos
          Issue Type: Bug
            Reporter: Yan Xu


As I commented here: https://reviews.apache.org/r/34136/

Currently ContainerInfo::Image::Appc is defined as the following

{noformat:title=}
    message AppC {
      required string name = 1;
      required string id = 2;
      optional Labels labels = 3;
    }
{noformat}

In which the {{id}} is a required field. When users specify the image in tasks 
they likely will not use an image id and we should change it to be optional.



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

Reply via email to