Story #4169
closedAs a user I can sync a registry by whitelisting tag( Filtered sync)
100%
Description
Motivation:
We're currently sync'ing some very large repos. In reality we're only interested in the particular tags but we're getting everything, which is weighing in at TBs at present and growing with each puddle for each version.
It would be nice to be able to limit the tags we sync.
Solution:
Provide a config on the Remote config called "whitelist_tags". This config will accept comma separated values of tags to sync.
When the "whitelist_tags" option is provided:
Pulp will sync just those tags + manifests associated with the tags and all the corresponding layers. In case of on_deman download policy layers won't be downloaded.
Note: If the list of tags was changed, and tag X is not wanted anymore, a manual removal of that tag X should occur in the local repo( in case repo is not in a mirror mode, mirror is not supported for now)
Note: If some invalid tags provided are invalid, Pulp will only sync the available ones in the remote repo.
When the "whitelist_tags" option is not provided:
Pulp will sync the whole repo.
For pulp2 implementation check https://github.com/pulp/pulp_docker/pull/241
Related issues
Updated by ipanova@redhat.com over 5 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
- Sprint set to Sprint 52
Updated by ipanova@redhat.com over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
Updated by ipanova@redhat.com over 5 years ago
- Description updated (diff)
- Status changed from ASSIGNED to POST
Added by ipanova@redhat.com over 5 years ago
Added by ipanova@redhat.com over 5 years ago
Revision 8c57840d | View on GitHub
As a user i can whitelist tags when syncing from a registry.
Added by ipanova@redhat.com over 5 years ago
Revision 8c57840d | View on GitHub
As a user i can whitelist tags when syncing from a registry.
Added by ipanova@redhat.com over 5 years ago
Revision 8c57840d | View on GitHub
As a user i can whitelist tags when syncing from a registry.
Updated by ipanova@redhat.com over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset commit:pulp_docker|8c57840d1e913dec5a02a8bd034648626a46a62b.
Updated by kersom over 5 years ago
- Related to Test #5277: Test - As a user I can sync a registry by whitelisting tag( Filtered sync) added
Updated by ipanova@redhat.com about 5 years ago
- Project changed from Docker Support to Container Support
Updated by ipanova@redhat.com almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
As a user i can whitelist tags when syncing from a registry.
closes #4169 https://pulp.plan.io/issues/4169