Skip to content

Commit

Permalink
feat: add container registry mirroring info
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr committed Jan 15, 2025
1 parent 0cf8cb2 commit 2f7b827
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/docs/using-qovery/deployment/image-mirroring.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-10-15"
last_modified_on: "2025-01-15"
title: "Image Mirroring"
description: "Learn how images are mirrored within your cloud account"
---
Expand Down Expand Up @@ -124,6 +124,9 @@ If you want to reduce the deployment time by avoiding the mirroring operation, y

Push the images in a image registry `repository` having the same name of the image you want to deploy.

Also, if the container registry source url (from a service) is the same than the cluster container registry url, no mirroring would be done.
Example: if the source registry is `https://xxx.dkr.ecr.us-west-2.amazonaws.com` and the cluster container registry url is `https://xxx.dkr.ecr.us-west-2.amazonaws.com`, no mirroring would be done.

**Example on AWS**

Let's say you have a container image called `nginx` that you build on your CI and the container registry associated with your cluster is https://32432542.dkr.ecr.eu-west-3.amazonaws.com.
Expand Down
3 changes: 3 additions & 0 deletions website/docs/using-qovery/deployment/image-mirroring.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ If you want to reduce the deployment time by avoiding the mirroring operation, y

Push the images in a image registry `repository` having the same name of the image you want to deploy.

Also, if the container registry source url (from a service) is the same than the cluster container registry url, no mirroring would be done.
Example: if the source registry is `https://xxx.dkr.ecr.us-west-2.amazonaws.com` and the cluster container registry url is `https://xxx.dkr.ecr.us-west-2.amazonaws.com`, no mirroring would be done.

**Example on AWS**

Let's say you have a container image called `nginx` that you build on your CI and the container registry associated with your cluster is https://32432542.dkr.ecr.eu-west-3.amazonaws.com.
Expand Down

0 comments on commit 2f7b827

Please sign in to comment.