Container Registry

This section allows you to define the list of container registries that can be used within your organization. Only images stored on those container registries are allowed to be deployed on your cluster.

You can access this section by opening the Organization Settings -> Container Registries

How to access your organization settings

Application

Create a Container Registry

Application

By clicking on "Add Registry" you will be able to create a new Container Registry by filling these information:

In Qovery, you can use Amazon Elastic Container Registry (ECR) to store and manage your Docker container images. To connect Qovery to your ECR repository, you'll need to provide the following information:

Setting Up ECR Access for Qovery

To securely connect Qovery to your ECR, follow these steps:

Enter the Credentials in Qovery:

  • Registry URL: https://<aws_account_id>.dkr.ecr.<region>.amazonaws.com
  • Region: Your ECR repository region
  • Access Key: The AWS IAM user access key
  • Secret Key: The AWS IAM user secret key

Now that you have created the registry, you can start using it in order to create and deploy a service using the images stored within it.

Modify or Delete an existing registry

You can modify an existing container registry by clicking on the "Wheel" button next to it You can delete an existing container registry by clicking on the "Trash" button next to it

Application