mirror of https://github.com/k3s-io/k3s
Update default image used for Azure.
Fixes CVE-2014-6271. Still vulnerable to CVE-2014-7169.pull/6/head
parent
cbdf3c7719
commit
9eefbab575
|
@ -19,7 +19,7 @@ source $SCRIPT_DIR/../release/azure/config.sh
|
|||
|
||||
AZ_SSH_KEY=$HOME/.ssh/azure_rsa
|
||||
AZ_SSH_CERT=$HOME/.ssh/azure.pem
|
||||
AZ_IMAGE=b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04-LTS-amd64-server-20140618.1-en-us-30GB
|
||||
AZ_IMAGE=b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04_1-LTS-amd64-server-20140926-en-us-30GB
|
||||
AZ_SUBNET=Subnet-1
|
||||
AZ_VNET=kube-$AZ_HSH
|
||||
AZ_CS=kube-$AZ_HSH
|
||||
|
|
Loading…
Reference in New Issue