From c0a018ed3a9f9dacc9a9e29fdd18a66d6fab6e85 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 24 Aug 2017 20:02:11 +0200 Subject: cri-o: add support for additional registries Support added to CRI-O with: https://github.com/kubernetes-incubator/cri-o/commit/a35727c80bd2a26613aae21db00628045cb9be24 Signed-off-by: Giuseppe Scrivano --- roles/docker/templates/crio.conf.j2 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/docker/templates/crio.conf.j2') diff --git a/roles/docker/templates/crio.conf.j2 b/roles/docker/templates/crio.conf.j2 index eae1759ab..5805b2fb1 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] -- cgit v1.2.3