Overview
Google Cloud Artifact Registry is a fully managed container registry for storing, managing, and securing your Docker container images.Automatic Registry
When you create a cluster on GCP, Qovery automatically creates a container registry (namedregistry-{UUID}) that is used to manage the deployment of your applications by mirroring Docker images.
The credentials configured on this automatic registry are the ones used to create the cluster, but you can update them if you prefer to manage them separately.
Adding Your Own Artifact Registry
To connect your own GCP Artifact Registry to Qovery:Required Information
1
Registry URL
Format:
https://<region>-docker.pkg.devExample: https://us-central1-docker.pkg.dev2
Project and Repository
- GCP Project ID
- Repository name
3
Service Account Credentials
Create a service account with appropriate permissions and generate a JSON key
Configuration in Qovery
1
Access Organization Settings
Navigate to Organization Settings → Container Registries
2
Add Registry
Click Add Registry
3
Select GCP Artifact Registry
Choose GCP Artifact Registry from the registry type dropdown
4
Enter Details
Provide the registry URL and service account credentials
5
Save
Qovery will verify the credentials and save the configuration