Browse Source

docker: use Fedora /latest/ instead of hardcoding the version

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Giuseppe Scrivano 7 năm trước cách đây
mục cha
commit
5a9f7e514b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      roles/container_runtime/defaults/main.yml

+ 1 - 1
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"