GCP GCR
#
Use Arbitrium with with Google Container Registry#
You need to have on hand- The GCP Region of your GCR
- Your GCP Project Name
- Your JSON Key for the IAM User
#
To get this information, go to GCP Console- Go to your Project
- Go to Container Registry
- Copy the Full Repository Name
#
Split the Full Repository NameGiven this Full Repository: gcr.io/project-name/example
Your Repository will be: gcr.io
and your Image will be: project-name/example
#
Generate your JSON Key FileFollow GCP Steps to generate this file.
caution
Please Verify that your Google Service Account has the right permissions to manage your container registry
You will end with a file that contains something similar
#
We are ready to add the app to Arbitrium#
API Exampleinfo
The username will always be _json_key
The Private Token will look something like this
#
From DashboardFrom our Dashboard, The Private registry token will be the content of your JSON key file