From b29115658fc81f5eb3188dc9369bf3bd655a8cbe Mon Sep 17 00:00:00 2001 From: Dawn Chen Date: Fri, 28 Oct 2016 14:23:49 -0700 Subject: [PATCH] Bump GCE debian image to container-vm-v20161025 (CVE-2016-5195 (Dirty COW)) --- cluster/gce/config-default.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index 47ae2ebb299..dce6acb3ba7 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -43,7 +43,7 @@ NODE_OS_DISTRIBUTION=${KUBE_NODE_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-gci}} # containervm. If you are updating the containervm version, update this # variable. Also please update corresponding image for node e2e at: # https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml -CVM_VERSION=container-v1-3-v20160604 +CVM_VERSION=container-vm-v20161025 GCI_VERSION="gci-dev-55-8872-18-0" MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-} MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-google-containers}