Browse Source

cri-o: Hardcode image name to cri-o

Steve Milner 7 years ago
parent
commit
0622da00a8
1 changed files with 1 additions and 1 deletions
  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