Story #8102
As a user I want to define private and public repos
100%
Description
The behaviour is taken from dockerhub.
By default all registry repos will be public.
If the user want to have his registry repo to be private he will need to create it in advance in pulp. Since distributions are the ones which directly interact with push/pull operations - container distribution should be create ahead and marked private. We should add boolean on the distribution model private
and it's default value unless specified will be false.
If 'push' operation will end up creating the registry repo( aka- create a container distribution because there is not an existing one), it will be visible by default. This operation will also subsequently create a container push-repo
Associated revisions
Revision cf06d6e9
View on GitHub
Add private flag to distribution
This allows the user to specify its container repositories to be private or world readable.
Revision 86a6bcfd
View on GitHub
Add private flag to distribution
This allows the user to specify its container repositories to be private or world readable.
Revision 86a6bcfd
View on GitHub
Add private flag to distribution
This allows the user to specify its container repositories to be private or world readable.
History
#1
Updated by ipanova@redhat.com about 2 months ago
- Sprint/Milestone changed from 2.4.0 to 2.3.0
#2
Updated by ipanova@redhat.com about 2 months ago
- Tracker changed from Task to Story
- Description updated (diff)
#3
Updated by mdellweg about 2 months ago
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
#4
Updated by pulpbot about 2 months ago
- Status changed from ASSIGNED to POST
#5
Updated by ipanova@redhat.com about 2 months ago
- Description updated (diff)
#6
Updated by ipanova@redhat.com about 1 month ago
- Sprint set to Sprint 88
#7
Updated by rchan about 1 month ago
- Sprint changed from Sprint 88 to Sprint 89
#8
Updated by pulpbot about 1 month ago
#9
Updated by mdellweg about 1 month ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset c2577e94b74caec0a5952d6be4fc1007d4620608.
Please register to edit this issue
Add private flag to distribution
This allows the user to specify its container repositories to be private or world readable.
fixes #8102 https://pulp.plan.io/issues/8102