We use cookies to make your experience better.
Add the Google Container Registry to Coder.
Google Container Registry (GCR) uses different authorization methods, unlike the
generic registry:2
image that requires a username and password. This article
will show you how to add GCR to Coder using a _json_key
file.
Create a _json_key
file with your authorization information:
Add your private GCR registry during the process of adding images. To import an image:
_json_key
string
for the username and the file's contents for password.See an opportunity to improve our docs? Make an edit.