summaryrefslogtreecommitdiffstats
path: root/roles/container_runtime
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-12-14 07:59:18 -0500
committerGitHub <noreply@github.com>2017-12-14 07:59:18 -0500
commite22ebadf60fe24f30924809cbe713a89f7f5c2d5 (patch)
treebb83a445a4c33fef6355128a244f5ecb104e335a /roles/container_runtime
parent34f248849d0963403f7939d5b229381374d025a7 (diff)
parent8537a9a56e6c95023735c238b8d894aedc50899b (diff)
downloadopenshift-e22ebadf60fe24f30924809cbe713a89f7f5c2d5.tar.gz
openshift-e22ebadf60fe24f30924809cbe713a89f7f5c2d5.tar.bz2
openshift-e22ebadf60fe24f30924809cbe713a89f7f5c2d5.tar.xz
openshift-e22ebadf60fe24f30924809cbe713a89f7f5c2d5.zip
Merge pull request #6467 from giuseppe/use-fedoraproject-latest
containers: use registry.fedoraproject.org/latest instead of registry.fedoraproject.org/f2.X
Diffstat (limited to 'roles/container_runtime')
-rw-r--r--roles/container_runtime/defaults/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/container_runtime/defaults/main.yml b/roles/container_runtime/defaults/main.yml
index d7eb8663f..dd185cb38 100644
--- a/roles/container_runtime/defaults/main.yml
+++ b/roles/container_runtime/defaults/main.yml
@@ -115,7 +115,7 @@ l_crio_image: "{{ openshift_crio_systemcontainer_image_override | default(l_crio
# systemcontainers_docker #
# ----------------------- #
l_crt_docker_image_prepend_dict:
- Fedora: "registry.fedoraproject.org/f25"
+ Fedora: "registry.fedoraproject.org/latest"
Centos: "docker.io/gscrivano"
RedHat: "registry.access.redhat.com/openshift3"