vmware-archive / wardroom

A tool for creating Kubernetes-ready base operating system images.
Apache License 2.0
162 stars 44 forks source link

Update the default docker version to address runc vuln. #150

Closed alexbrand closed 5 years ago

alexbrand commented 5 years ago

Fixes #126

Docker CE release notes: https://docs.docker.com/engine/release-notes/#18092

Docker v18.09.2 addresses a runc vulnerability (CVE-2019-5736). Update the default docker version to a version >= v18.09.2

Signed-off-by: Alexander Brand alexbrand09@gmail.com