Story #8102
Updated by ipanova@redhat.com almost 4 years ago
The behaviour How to define whether a repo is taken from dockerhub. public or private? By default all registry repos will be public. If the user want to have his registry a repo to is private, it should be private he will need to create it created in advance advance( in pulp. Since distributions are the ones which directly interact with push/pull operations - container distribution should be create ahead reality a pulp distribution) and marked private. We should add so before 'push' operation. Add a boolean flag on the distribution model `private` and it's default value unless specified will be false. If 'push' operation will end up creating the repo( pulp distribution+pulp repo), it will be visible by default. default