Actions
Bug #36678
closedContainer images Repository Discovery ignores HTTP Link
Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Difficulty:
Triaged:
Yes
Description
A Repository Discovery with e.g. custom container images URL <https://registry.fedoraproject.org/> (which only reports the first 100 itmes in the first response) only displays the first 100 items, instead of all 300+. The reason is that the "v2 endpoint" code in `docker_search` (`app/lib/katello/repo_discovery.rb`) ignores the
```
link: </v2/_catalog?last=f32%2Fpython-classroom&n=100>; rel="next"
```
response header.
Actions