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
Registry URL
Format:
https://<aws_account_id>.dkr.ecr.<region>.amazonaws.comExample: https://123456789012.dkr.ecr.us-east-1.amazonaws.comConfiguration in Qovery
Related Resources
Container Registry Management
Manage all container registries
Deploy Application
Deploy applications from container images
AWS EKS Setup
Set up AWS EKS cluster with Qovery
AWS Credentials
Manage AWS credentials