Overview
Amazon Elastic Container Registry (ECR) is a fully managed container registry that makes it easy to store, manage, share, and deploy your container images.Automatic Registry
When you create a cluster on AWS, 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 ECR Registry
To connect your own AWS ECR repository to Qovery:Required Information
1
Registry URL
Format:
https://<aws_account_id>.dkr.ecr.<region>.amazonaws.comExample: https://123456789012.dkr.ecr.us-east-1.amazonaws.com2
Region
Your ECR repository region (e.g.,
us-east-1, eu-west-1)3
Access Credentials
- AWS Access Key ID
- AWS Secret Access Key
Configuration in Qovery
1
Access Organization Settings
Navigate to Organization Settings → Container Registries
2
Add Registry
Click Add Registry
3
Select ECR
Choose ECR from the registry type dropdown
4
Enter Details
Provide:
- Registry URL
- Region
- Access Key ID
- Secret Access Key
5
Save
Qovery will verify the credentials and save the configuration