James Peach created MESOS-9963:
----------------------------------
Summary: Docker puller malforms registry URLs.
Key: MESOS-9963
URL: https://issues.apache.org/jira/browse/MESOS-9963
Project: Mesos
Issue Type: Improvement
Components: containerization
Reporter: James Peach
Assignee: James Peach
Setting {{docker_registry="https://docker-cache.example.com/}} and then pulling
an image named {{org/image-name:latest}} fails. The Docker image puller ends up
constructing a malformed URL for the manifest:
{noformat}
Pulling image 'org/siri-centos6:stage' from
'docker-manifest://docker-cache.example.com:443org/image-name?latest#https' to
'/tmp/mesos/store/docker/staging/LGArHA'
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)