소스 검색

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.