From 0ebdc160d416f7712009edf7c26648da89880954 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 5 Sep 2017 09:46:52 +0200 Subject: ubuntu-1610 image does not exist anymore --- tools/gce/create_linux_performance_worker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gce/create_linux_performance_worker.sh') diff --git a/tools/gce/create_linux_performance_worker.sh b/tools/gce/create_linux_performance_worker.sh index 9b85f7b437..7f53732c05 100755 --- a/tools/gce/create_linux_performance_worker.sh +++ b/tools/gce/create_linux_performance_worker.sh @@ -34,7 +34,7 @@ gcloud compute instances create $INSTANCE_NAME \ --zone "$ZONE" \ --machine-type $MACHINE_TYPE \ --image-project ubuntu-os-cloud \ - --image-family ubuntu-1610 \ + --image-family ubuntu-1704 \ --boot-disk-size 300 \ --scopes https://www.googleapis.com/auth/bigquery -- cgit v1.2.3