rstudio / rstudio-docker-products

Docker images for RStudio Professional Products
https://hub.docker.com/u/rstudio
MIT License
66 stars 56 forks source link

Move Workbench for GCW release images to an appropriately named GCAR #529

Closed ianpittwood closed 1 year ago

ianpittwood commented 1 year ago

Google has requested that we publish our Workbench for GCW images to Google Cloud Artifact Registry. We already do that, but the current registry has "cloud-testing" in the name. We should move the Artifact Registry a project more appropriately named for our final release/production images.

ianpittwood commented 1 year ago

Also want to note, I did ask Google if we could use GHCR instead as that's where our other images are, but they requested we use GCAR for the official image.

ianpittwood commented 1 year ago

I created a new project named posit-images. This is how I'm picturing the image URL change once we're set up with GCAR in posit-images:

msarahan commented 1 year ago

That proposed image URL looks good to me.

jthomasmock commented 1 year ago

That looks good to me! Speaking w/ the Google PM - are we ready to start sharing to that URL?

ianpittwood commented 1 year ago

@jthomasmock I just pushed images to us-central1-docker.pkg.dev/posit-images/cloud-workstations/workbench this morning so we can share that URL. Unfortunately it looks like the latest base image release broke our builds again so the images there will be using the previous base image version until I get it fixed.

jthomasmock commented 1 year ago

Thanks Ian!

ianpittwood commented 1 year ago

The pipeline is fixed to push to the new GCAR now as well.