Skip to content

Commit

Permalink
add worker-image for notebook (#6667)
Browse files Browse the repository at this point in the history
  • Loading branch information
akotlar authored and danking committed Jul 17, 2019
1 parent b70ab23 commit f63f639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-fetcher/fetch-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gcloud auth configure-docker

while true
do
for image in gcr.io/$PROJECT/base:latest $(curl -sSL http://notebook2/worker-image) google/cloud-sdk:237.0.0-alpine
for image in gcr.io/$PROJECT/base:latest $(curl -sSL http://notebook/worker-image) $(curl -sSL http://notebook2/worker-image) google/cloud-sdk:237.0.0-alpine
do
docker pull $image
done
Expand Down

0 comments on commit f63f639

Please sign in to comment.