Skip to content
Snippets Groups Projects
Commit 49beb933 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

upgrade linux worker setup scripts

parent dcd8d7cd
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ gcloud compute instances create $INSTANCE_NAME \ ...@@ -43,7 +43,7 @@ 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-14-04 \ --image ubuntu-15-10 \
--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.'
......
...@@ -37,7 +37,7 @@ set -ex ...@@ -37,7 +37,7 @@ set -ex
sudo apt-get update sudo apt-get update
# Install JRE # 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 sudo apt-get install -y unzip lsof
# Install Docker # Install Docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment