diff options
Diffstat (limited to 'roles/docker/templates')
| -rw-r--r-- | roles/docker/templates/crio.conf.j2 | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/docker/templates/crio.conf.j2 b/roles/docker/templates/crio.conf.j2 index 5b31932b1..b4ee84fd0 100644 --- a/roles/docker/templates/crio.conf.j2 +++ b/roles/docker/templates/crio.conf.j2 @@ -120,6 +120,11 @@ insecure_registries = [  {{ l_insecure_crio_registries|default("") }}  ] +# registries is used to specify a comma separated list of registries to be used +# when pulling an unqualified image (e.g. fedora:rawhide). +registries = [ +{{ l_additional_crio_registries|default("") }} +]  # The "crio.network" table contains settings pertaining to the  # management of CNI plugins.  [crio.network]  | 
