mesos / chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
http://mesos.github.io/chronos/
Apache License 2.0
4.38k stars 529 forks source link

Docker registry v2 support ? #681

Open albundy83 opened 8 years ago

albundy83 commented 8 years ago

Hello, I have built a private registry and it works perfectly (for users or even for marathon docker based image). But with chronos, it's not the same. The registry is a v2 format and I saw in the logs of the registry that chronos is trying to pull using the v1 format, here an example with a request on GET /v1/_ping HTTP/1.1 which of course could not work :

2016/05/12 14:19:24 [error] 6#6: *423 open() "/etc/nginx/html/v1/_ping" failed (2: No such file or directory), client: 192.168.1.1, server: mondocker.com, request: "GET /v1/_ping HTTP/1.1", host: "mondocker.com:5043"

Is there a way to say to chronos to use new registry v2 format or not ? Thanks for your help.

nickvth commented 8 years ago

+1 Any information about support for registry v2?