config: add app registry feature flag
This commit is contained in:
parent
102c671587
commit
4614419e53
3 changed files with 10 additions and 4 deletions
|
@ -231,6 +231,9 @@ class DefaultConfig(object):
|
|||
# Feature Flag: Whether to support signing
|
||||
FEATURE_SIGNING = False
|
||||
|
||||
# Feature Flag: Whether to enable support for App repositories.
|
||||
FEATURE_APP_REGISTRY = True
|
||||
|
||||
# The namespace to use for library repositories.
|
||||
# Note: This must remain 'library' until Docker removes their hard-coded namespace for libraries.
|
||||
# See: https://github.com/docker/docker/blob/master/registry/session.go#L320
|
||||
|
|
Reference in a new issue