Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I create a public image in Google Container Registry (GCR)?

I use GCR to store my team's private docker registry. I have a docker image that I want to make publicly visible so that multiple projects can use it / share with customers / etc.

How do I make a docker image public within Google's Container Registry?

like image 348
Dave Dopson Avatar asked Nov 18 '15 23:11

Dave Dopson


1 Answers

Google Cloud Registry (GCR) now allows you to easily do this through the Console. Click on "Settings" on the left panel, and change the Visibility to Public.


GCR Visibility Settings

like image 181
Travis Webb Avatar answered Nov 01 '22 18:11

Travis Webb