Browse Source

HACK CRIO: set docker.io as a source for unqualified images

Vadim Rutkovsky 6 years ago
parent
commit
aa9f66a2d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/container_runtime/templates/crio.conf.j2

+ 1 - 1
roles/container_runtime/templates/crio.conf.j2

@@ -152,7 +152,7 @@ image_volumes = "mkdir"
 
 # registries is used to specify a comma separated list of registries to be used
 # when pulling an unqualified image (e.g. fedora:rawhide).
-# registries = []
+registries = ['docker.io']
 
 # The "crio.network" table contains settings pertaining to the
 # management of CNI plugins.