[
https://issues.apache.org/jira/browse/MESOS-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16595789#comment-16595789
]
Jie Yu commented on MESOS-9159:
-------------------------------
commit 7747a7b3588c40a1e730411a5630084263e9cfff (HEAD -> master, origin/master,
origin/HEAD)
Author: Liangyu Zhao <[email protected]>
Date: Tue Aug 28 17:08:59 2018 -0700
Windows: Fetch blobs with V2S2 Docker image manifest.
DockerFetcher now fetches both V2S1 and V2S2 manifests to save on
disk when agent is running on Windows. Linux part of the code in
agent is unchanged. In addition to fetching from DockerHub,
DockerFetcher now supports fetching from foreign URLs provided in
V2S2 Docker image manifest.
Review: https://reviews.apache.org/r/68454/
> Support Foreign URLs in docker registry puller
> ----------------------------------------------
>
> Key: MESOS-9159
> URL: https://issues.apache.org/jira/browse/MESOS-9159
> Project: Mesos
> Issue Type: Task
> Reporter: Akash Gupta
> Assignee: Liangyu Zhao
> Priority: Major
>
> Currently, trying to pull the layers of a Windows image with the current
> registry pull code will return a 404 error. This is because the Windows
> docker images need to pull the base OS layers from the foreign URLs field in
> the version 2 schema 2 docker manifest. As a result, the register puller
> needs to be aware of version 2 schema 2 and the foreign urls field.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)