rstudio / rstudio-docker-products

Docker images for RStudio Professional Products

Home Page:https://hub.docker.com/u/rstudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multiple regions for Google Cloud Workstations image

blairj09 opened this issue · comments

Google Cloud Workstation configurations pull the requested image from the region that the cluster is in. Currently, we only publish the Google Cloud Workstation image to us-central1. This means configurations setup outside of that region fail because the image can't be found in that region. Google has informed us that we need to make sure our image is available in the regions supported by Cloud Workstations. There are two steps for moving forward:

  1. Google will create a fallback to us-central1, which will provide a temporary fix
  2. We will add the necessary additional regions so the image can successfully pull in all regions supported by Cloud Workstations

Based on work by @ianpittwood, we believe this is done. To confirm, I will reach out to Google and have them remove the stop-gap they put in place that falls back to central. We can then test to make sure that regions other than central can correctly pull the image. Once confirmed, we can close this issue.