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)