You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Cody Maloney (JIRA)" <ji...@apache.org> on 2016/04/13 23:01:25 UTC

[jira] [Updated] (MESOS-5211) Allow docker puller to use docker image IDs in addition to tags

     [ https://issues.apache.org/jira/browse/MESOS-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cody Maloney updated MESOS-5211:
--------------------------------
    Description: 
Docker added support for a {{@<digest>}} format instead of {{:<tag>}} in [1.6 via pull 11109|https://github.com/docker/docker/pull/11109]. 

The {{@<digest>}} is useful because it allows reference to specific set of bits, rather than a tag (such as {{:latest}}) which can change over time.

Currently a number of code paths, such as the [Mesos Docker code|https://github.com/apache/mesos/blob/df29bf0338771c92d1b1d3848181a35429cdcf0f/src/docker/docker.cpp#L1070], the [Mesos Containerizer Docker Provisioner|https://github.com/apache/mesos/blob/df29bf0338771c92d1b1d3848181a35429cdcf0f/src/slave/containerizer/mesos/provisioner/docker/registry_puller.cpp#L206] do not support pulling / fetching docker containers by id.

  was:
Docker added support for a {{@<digest>}} format instead of {{:<tag>}} in 1.6. 

The {{@<digest>}} is useful because it allows reference to specific set of bits, rather than a tag (such as {{:latest}}) which can change over time.

Currently a number of code paths, such as the [Mesos Docker code|https://github.com/apache/mesos/blob/df29bf0338771c92d1b1d3848181a35429cdcf0f/src/docker/docker.cpp#L1070], the [Mesos Containerizer Docker Provisioner|https://github.com/apache/mesos/blob/df29bf0338771c92d1b1d3848181a35429cdcf0f/src/slave/containerizer/mesos/provisioner/docker/registry_puller.cpp#L206] do not support pulling / fetching docker containers by id.


> Allow docker puller to use docker image IDs in addition to tags
> ---------------------------------------------------------------
>
>                 Key: MESOS-5211
>                 URL: https://issues.apache.org/jira/browse/MESOS-5211
>             Project: Mesos
>          Issue Type: Bug
>          Components: containerization, docker
>    Affects Versions: 0.28.0
>            Reporter: Cody Maloney
>              Labels: containerizer, docker, mesosphere
>
> Docker added support for a {{@<digest>}} format instead of {{:<tag>}} in [1.6 via pull 11109|https://github.com/docker/docker/pull/11109]. 
> The {{@<digest>}} is useful because it allows reference to specific set of bits, rather than a tag (such as {{:latest}}) which can change over time.
> Currently a number of code paths, such as the [Mesos Docker code|https://github.com/apache/mesos/blob/df29bf0338771c92d1b1d3848181a35429cdcf0f/src/docker/docker.cpp#L1070], the [Mesos Containerizer Docker Provisioner|https://github.com/apache/mesos/blob/df29bf0338771c92d1b1d3848181a35429cdcf0f/src/slave/containerizer/mesos/provisioner/docker/registry_puller.cpp#L206] do not support pulling / fetching docker containers by id.



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