diff options
| author | Steve Milner <smilner@redhat.com> | 2017-07-17 17:10:50 -0400 |
|---|---|---|
| committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2017-08-03 17:20:51 +0200 |
| commit | 0622da00a835fb431654cf997adc08e87b563efa (patch) | |
| tree | 456e4b4d36cc5cce4e23cc58709695cf0abb7ac6 /roles | |
| parent | 85b9622751913619e57b9380b6051dc612e990b9 (diff) | |
cri-o: Hardcode image name to cri-o
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/docker/tasks/systemcontainer_crio.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/docker/tasks/systemcontainer_crio.yml b/roles/docker/tasks/systemcontainer_crio.yml index f3c03df2c..f88f167c7 100644 --- a/roles/docker/tasks/systemcontainer_crio.yml +++ b/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 |
