-
Notifications
You must be signed in to change notification settings - Fork 134
Max repos list limited to 100 on index #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for report, it seems it is better to check Link header and implement pagination:
|
Pagination has been implemented in latest version on docker hub. |
Looks good! Thanks. |
As i can see in RepositoryController.groovy restService.get('_catalog') is used to fill-up repos list, but by default /v2/_catalog from registry returns only 100 records. If there is more than 100 repos in registry we will see only first 100.
Is it possible to add variable or something else to have ability to fetch full list ?
From apiit can be done by passing ?n= to request, like http://localhost/v2/_catalog?n=1000
The text was updated successfully, but these errors were encountered: