prefix
The repository namespace prefix that matches an existing repository creation template in the registry. All repositories created using this namespace prefix will have the settings defined in this template applied. For example, a prefix of prod
would apply to all repositories beginning with prod/
. This includes a repository named prod/team1
as well as a repository named prod/repository1
.
To apply a template to all repositories in your registry that don't have an associated creation template, you can use ROOT
as the prefix.