You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Guangya Liu (JIRA)" <ji...@apache.org> on 2016/03/03 10:47:18 UTC

[jira] [Created] (MESOS-4851) Log message is confusing when fetcher docker images from registry

Guangya Liu created MESOS-4851:
----------------------------------

             Summary: Log message is confusing when fetcher docker images from registry
                 Key: MESOS-4851
                 URL: https://issues.apache.org/jira/browse/MESOS-4851
             Project: Mesos
          Issue Type: Bug
    Affects Versions: 0.28.0
            Reporter: Guangya Liu
            Assignee: Guangya Liu


When provisioner pull docker image from docker registry, the log message is as following, the format of the URI is a bit confused because there is no "/" between repo and path.
{code}
I0303 15:30:15.590651 10417 registry_puller.cpp:194] Pulling image 'library/redis' from 'docker-manifest://registry-1.docker.io:443library/redis?latest#https' to '/tmp/mesos/store/docker/staging/LexgTS'
{code}

The image should be from {{docker-manifest://registry-1.docker.io:443/library/redis?latest#https}}



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