Docker apt repo name fix (again) (#4246)

For some reason 18.09 packages are now prefixed with `5:` in the download.docker.com apt repos
Followup to #4236
This commit is contained in:
Chad Swenson
2019-02-14 12:19:19 -06:00
committed by Kubernetes Prow Robot
parent eea22dfd40
commit e552be76ce
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ docker_versioned_pkg:
'17.12': docker-ce=17.12.1~ce-0~debian
'18.03': docker-ce=18.03.1~ce-0~debian
'18.06': docker-ce=18.06.2~ce~3-0~debian
'18.09': docker-ce=18.09.2~3-0~debian-{{ ansible_distribution_release|lower }}
'18.09': docker-ce=5:18.09.2~3-0~debian-{{ ansible_distribution_release|lower }}
'stable': docker-ce=18.06.2~ce~3-0~debian
'edge': docker-ce=17.12.1~ce-0~debian