Skip to content
Snippets Groups Projects
Commit d716e24c authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Stop using image aliases, as this is getting deprecated.

parent 2a16a028
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,8 @@ gcloud compute instances create $INSTANCE_NAME \
--project="$CLOUD_PROJECT" \
--zone "$ZONE" \
--machine-type n1-standard-8 \
--image ubuntu-15-10 \
--image-family=ubuntu-1510 \
--image-project=ubuntu-os-cloud \
--boot-disk-size 1000
echo 'Created GCE instance, waiting 60 seconds for it to come online.'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment