Actions
Bug #36616
closed[smart_proxy_container_gateway] Smart proxy clamps reply to a max of 100 tags when listing the tags
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2221407
Description of problem:
I've noticed that the smart proxy clamps the list of tags to 100
Version-Release number of selected component (if applicable):
Any Katello with Pulp 3
How reproducible:
100%
Steps to Reproduce:
1. Add big (100+ tags) container repos to a CV, promote and sync to the smart proxy.
2. List the container tags from the Foreman + Smart Proxy.
3. All of the replies from the smart proxy are clamped to '100'.
- Katello:
- skopeo list-tags docker://katello.example.com:443/container-repo|grep '16\.[0-9]'|wc -l
112
- Smart Proxy:
- skopeo list-tags docker://smart-proxy.example.com:443/container-repo|grep '16\.[0-9]'|wc -l
100
Actions