Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7fbf16

Browse files
dchen1107fabioy
authored and
fabioy
committed
Bump GCE debian image to container-vm-v20161025 (CVE-2016-5195 (Dirty COW))
1 parent 9e735dd commit c7fbf16

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cluster/gce/config-default.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ MASTER_OS_DISTRIBUTION=${KUBE_MASTER_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-gc
3838
NODE_OS_DISTRIBUTION=${KUBE_NODE_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-debian}}
3939
# By default a cluster will be started with the master on GCI and nodes on
4040
# containervm. If you are updating the containervm version, update this
41-
# variable.
42-
CVM_VERSION=container-v1-3-v20160604
41+
# variable. Also please update corresponding image for node e2e at:
42+
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
43+
CVM_VERSION=container-vm-v20161025
44+
GCI_VERSION="gci-dev-55-8872-18-0"
4345
MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
4446
MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-google-containers}
4547
NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${CVM_VERSION}}

0 commit comments

Comments
 (0)