Project

General

Profile

Actions

Bug #36678

closed

Container images Repository Discovery ignores HTTP Link

Added by stbergmann please_edit_me about 1 year ago. Updated 11 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Fixed in Releases:
Found in Releases:

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

Also available in: Atom PDF