mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-27 12:20:24 +03:00
backport cve-2019-5736 to release-2.8 (#4234)
* [SECURITY] Docker patches for CVE-2019-5736 (#4223) This updates docker 18.06 and 18.09 with the two patches released yesterday to address the new runc exploit. Details here: https://kubernetes.io/blog/2019/02/11/runc-and-cve-2019-5736/ * keep edge versions to same minor * keep edge versions to same minor
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4167807f17
commit
ea41fc5e74
@@ -10,9 +10,9 @@ docker_versioned_pkg:
|
||||
'17.03': docker-ce=17.03.2~ce-0~ubuntu-{{ ansible_distribution_release|lower }}
|
||||
'17.09': docker-ce=17.09.0~ce-0~ubuntu-{{ ansible_distribution_release|lower }}
|
||||
'17.12': docker-ce=17.12.1~ce-0~ubuntu-{{ ansible_distribution_release|lower }}
|
||||
'18.06': docker-ce=18.06.1~ce~3-0~ubuntu
|
||||
'stable': docker-ce=18.06.1~ce~3-0~ubuntu
|
||||
'edge': docker-ce=18.06.1~ce~3-0~ubuntu
|
||||
'18.06': docker-ce=18.06.2~ce~3-0~ubuntu
|
||||
'stable': docker-ce=18.06.2~ce~3-0~ubuntu
|
||||
'edge': docker-ce=18.06.2~ce~3-0~ubuntu
|
||||
|
||||
docker_package_info:
|
||||
pkg_mgr: apt
|
||||
|
||||
Reference in New Issue
Block a user