Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Conversation

tomzo
Copy link

@tomzo tomzo commented Apr 3, 2018

V2 registry uses pagination on the _catalog endpoint.
By default it results ~50 repositories.
It can be controlled by query parameter n. Such as docker-registry..com/v2/_catalog?n=1000.
In the existing code this seems ignored at all and the list of all images is always shorter than actual when there are lots of them.
This should be probably some configuration value. So far I have added n to the HTTP request and increased default to 500.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant