Explorar o código

crio: set the correct image name with OSE

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Giuseppe Scrivano %!s(int64=7) %!d(string=hai) anos
pai
achega
c8587811d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/docker/tasks/systemcontainer_crio.yml

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

@@ -104,7 +104,7 @@
 
     - name: Use RHEL based image when distribution is Red Hat
       set_fact:
-        l_crio_image_prepend: "registry.access.redhat.com"
+        l_crio_image_prepend: "registry.access.redhat.com/openshift3"
         l_crio_image_name: "cri-o"
       when: ansible_distribution == "RedHat"