Stop using image aliases, as this is getting deprecated.

pull/7254/head
Nicolas "Pixel" Noble 9 years ago
parent 2a16a028e0
commit d716e24c5c
  1. 3
      tools/gce/create_linux_worker.sh

@ -43,7 +43,8 @@ gcloud compute instances create $INSTANCE_NAME \
--project="$CLOUD_PROJECT" \ --project="$CLOUD_PROJECT" \
--zone "$ZONE" \ --zone "$ZONE" \
--machine-type n1-standard-8 \ --machine-type n1-standard-8 \
--image ubuntu-15-10 \ --image-family=ubuntu-1510 \
--image-project=ubuntu-os-cloud \
--boot-disk-size 1000 --boot-disk-size 1000
echo 'Created GCE instance, waiting 60 seconds for it to come online.' echo 'Created GCE instance, waiting 60 seconds for it to come online.'

Loading…
Cancel
Save