[
https://issues.apache.org/jira/browse/MESOS-6934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16797867#comment-16797867
]
Qian Zhang commented on MESOS-6934:
-----------------------------------
Design doc:
https://docs.google.com/document/d/1AU5IXMbR0AGlustNs-_62L4M3UvOuYKgjun8SlnCsS0/edit?usp=sharing
> Support pulling Docker images with V2 Schema 2 image manifest
> -------------------------------------------------------------
>
> Key: MESOS-6934
> URL: https://issues.apache.org/jira/browse/MESOS-6934
> Project: Mesos
> Issue Type: Improvement
> Components: containerization
> Reporter: Ilya Pronin
> Assignee: Ilya Pronin
> Priority: Major
>
> MESOS-3505 added support for pulling Docker images by their digest to the
> Mesos Containerizer provisioner. However currently it only works with images
> that were pushed with Docker 1.9 and older or with Registry 2.2.1 and older.
> Newer versions use Schema 2 manifests by default. Because of CAS constraints
> the registry does not convert those manifests on-the-fly to Schema 1 when
> they are being pulled by digest.
> Compatibility details are documented here:
> https://docs.docker.com/registry/compatibility/
> Image Manifest V2, Schema 2 is documented here:
> https://docs.docker.com/registry/spec/manifest-v2-2/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)