Skip to content

Commit

Permalink
Merge pull request grpc#6492 from jtattermusch/upgrade_gce_scripts
Browse files Browse the repository at this point in the history
Upgrade linux worker setup scripts to ubuntu 15.10
  • Loading branch information
nicolasnoble committed May 10, 2016
2 parents fffd296 + 49beb93 commit 430b4f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/gce/create_linux_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gcloud compute instances create $INSTANCE_NAME \
--project="$CLOUD_PROJECT" \
--zone "$ZONE" \
--machine-type n1-standard-8 \
--image ubuntu-14-04 \
--image ubuntu-15-10 \
--boot-disk-size 1000

echo 'Created GCE instance, waiting 60 seconds for it to come online.'
Expand Down
2 changes: 1 addition & 1 deletion tools/gce/linux_worker_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set -ex
sudo apt-get update

# Install JRE
sudo apt-get install -y openjdk-7-jre
sudo apt-get install -y openjdk-8-jre
sudo apt-get install -y unzip lsof

# Install Docker
Expand Down

0 comments on commit 430b4f9

Please sign in to comment.