You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2017/05/16 03:30:04 UTC

[jira] [Commented] (MESOS-7431) Registry puller cannot fetch manifests from Google GCR: 403 Forbidden.

    [ https://issues.apache.org/jira/browse/MESOS-7431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16011680#comment-16011680 ] 

Jie Yu commented on MESOS-7431:
-------------------------------

commit 43cd04e1472f285d79041090b66c9625c6b25ae8
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
Date:   Mon May 15 20:10:50 2017 -0700

    Supported GCE container registry.

    Certain registries, such as GCE registry, reply 403 instead of 401 for
    unauthorized requests. When fetching image manifests and blobs, instead
    of sending out unauthorized requests first and waiting for a possible
    401, we should always look up the docker config and send requests with
    basic authorization when possible.

    Review: https://reviews.apache.org/r/58778/

> Registry puller cannot fetch manifests from Google GCR: 403 Forbidden.
> ----------------------------------------------------------------------
>
>                 Key: MESOS-7431
>                 URL: https://issues.apache.org/jira/browse/MESOS-7431
>             Project: Mesos
>          Issue Type: Bug
>          Components: containerization
>            Reporter: Chun-Hung Hsiao
>            Assignee: Chun-Hung Hsiao
>            Priority: Blocker
>
> When the registry puller is pulling a repository from Google's GCE Container Registry, a '403 Forbidden' error occurs instead of 401 when fetching manifests.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)