Update Docker defaults to 18.09.5 and drop deprecated (#4624)

As of kubernetes v1.14, docker 18.09 is [validated for use](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#external-dependencies). Docker 1.11 and 1.12 were dropped.

This patch:
- Updates the default docker version to 18.09
- Updates Docker packages to the latest 18.09 patch (18.09.5)
- Removes options for Docker 1.11 and 1.12
This commit is contained in:
Chad Swenson
2019-04-24 00:24:01 -05:00
committed by Kubernetes Prow Robot
parent 37d98e79ec
commit d25ecfe1c1
6 changed files with 16 additions and 20 deletions

View File

@@ -2,11 +2,13 @@
docker_kernel_min_version: '0'
# https://docs.docker.com/install/linux/docker-ce/fedora/
# https://download.docker.com/linux/fedora/28/x86_64/stable/Packages/
docker_versioned_pkg:
'latest': docker-ce
'18.03': docker-ce-18.03.1.ce-3.fc28
'18.06': docker-ce-18.06.2.ce-3.fc28
'18.09': docker-ce-18.09.5-3.fc28
#
# This is due to the fact that the docker