Actions
Issue #4408
closedPulp crane not returning pagination info for tags/list
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Docker:
Platform Release:
Target Release - Docker:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
The tags list api does not support pagination params.
GET /v2/<name>/tags/list?n=<integer>
This causes issue syncing from quay and other tools.
Check out the params that need to be supported for this call ->
https://docs.docker.com/registry/spec/api/#listing-image-tags
Related issues
Updated by dkliban@redhat.com over 5 years ago
- Project changed from Infrastructure to Docker Support
Updated by ipanova@redhat.com over 5 years ago
Pagination itself is option, not all the registries have the pagination, therefore Crane as a registry can also not have pagination.
What pulp should be able to cope with is being compatible with registries that support or not pagination. This was addressed here https://pulp.plan.io/issues/3960
Updated by ipanova@redhat.com over 5 years ago
- Status changed from NEW to CLOSED - DUPLICATE
Updated by ipanova@redhat.com over 5 years ago
- Is duplicate of Issue #3960: Add support to handle pagination for tags/list endpoint added
Actions