Browse Source

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

Vadim Rutkovsky 6 năm trước cách đây
mục cha
commit
aa9f66a2d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.