[
https://issues.apache.org/jira/browse/MESOS-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yan Xu updated MESOS-3192:
--------------------------
Sprint: Twitter Mesos Q3 Sprint 3
Story Points: 1
> 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)