docker-archive / docker-registry

This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Apache License 2.0
2.88k stars 876 forks source link

CURL does not return complete list of image tags #1095

Closed awaissindhu closed 7 years ago

awaissindhu commented 7 years ago

Hello,

I am not sure if this issue has been raised previously or if it has been resolved already. When I try to curl for the tags in a private repo, I don't get the complete list back. ie

curl -s -k -u : registry.hub.docker.com/v1/repositories/ibmdashdb/common/

does not return the complete list of tags that are available in the repo.

I've read that it's a limitation that was fixed with the v2 repository. However, we are trying to integrate docker with UrbanCode and that does not support v2 yet. Is there a workaround available that we can use?

Thanks!