Przeglądaj źródła

cri-o: Hardcode image name to cri-o

Steve Milner 7 lat temu
rodzic
commit
0622da00a8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      roles/docker/tasks/systemcontainer_crio.yml

+ 1 - 1
roles/docker/tasks/systemcontainer_crio.yml

@@ -80,7 +80,7 @@
 
     - name: Set the full image name
       set_fact:
-        l_crio_image: "{{ l_crio_image_prepend }}/{{ openshift.docker.service_name }}:latest"
+        l_crio_image: "{{ l_crio_image_prepend }}/cri-o:latest"
 
 # NOTE: no_proxy added as a workaround until https://github.com/projectatomic/atomic/pull/999 is released
 - name: Pre-pull CRI-O System Container image