[
https://issues.apache.org/jira/browse/MESOS-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yan Xu updated MESOS-3192:
--------------------------
Description:
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 (much like when you use docker or rkt to
launch containers, you often use {{ubuntu}} or {{ubuntu:latest}} and seldom a
SHA512 ID) and we should change it to be optional.
was:
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.
> 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
> Assignee: Yan Xu
> Labels: twitter
>
> 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 (much like when you use docker or
> rkt to launch containers, you often use {{ubuntu}} or {{ubuntu:latest}} and
> seldom a SHA512 ID) and we should change it to be optional.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)