Max Ehrlich created MESOS-7599:
----------------------------------
Summary: Mesos Containerizer Cannot Pull from Certain Registries
Key: MESOS-7599
URL: https://issues.apache.org/jira/browse/MESOS-7599
Project: Mesos
Issue Type: Bug
Components: containerization
Affects Versions: 1.2.0
Reporter: Max Ehrlich
I have a docker image that is on a registry hosted by gitlab. When I try to
start this container using the Mesos containerizer, it is never scheduled. I
have a feeling this is from the unusual name for the image that gitlab uses,
but I haven't had time to look into the code yet. I have also tried this with a
private gitlab instance that is password protected and I have a similar issue
(there also seems to be an unrelated issue that the Mesos containerizer doesn't
support password protected registries).
Example image names are as follows
* registry.gitlab.com/queuecumber/page/excon (public image)
* gitlab.<REDACTED>.com:5005/sri/registry/baseline_combo01 (private, password
protected)
The images seem to work using the Docker containerizer, and again I suspect
this related to those long names with lots of / in them.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)