瀏覽代碼

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

Vadim Rutkovsky 6 年之前
父節點
當前提交
aa9f66a2d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.