docker-archive / docker-registry

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

Which Docker Registry API does the docker-registry support? #987

Open kwk opened 9 years ago

kwk commented 9 years ago

Hi,

I've seen that starting from version 1.4 of the Docker Registry API there's an enhanced /v1/search endpoint. It supports pagination and adjustment of how many pages will be shown per page.

Now, the search.py of the docker registry doesn't actually respect these two new parameters, namely page and n, instead it only fetches q from the URL.

In that regard, I would like to know if there's an overview of which docker-registry version supports which Docker Registry API version. If there's no such overview, which version of the Docker Registry API is currently supported and how do the plans look like?

Thank you in advance.