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.
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/10695 added
Updated by Jeremy Lenz over 1 year ago
- Category set to Repositories
- Target version set to Katello 4.10.0
- Triaged changed from No to Yes
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases Katello 4.11.0 added
Updated by stbergmann please_edit_me about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|e75f1f149504b2dfe3be54a797fe16dee0e86072.
Updated by The Foreman Bot about 1 year ago
- Assignee set to Chris Roberts
- Pull request https://github.com/Katello/katello/pull/10759 added
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases Katello 4.10.0 added
Actions