Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to synchronize images in Harbor and the Upstream registry AWS ECR. #20381

Closed
Leela-SR opened this issue Apr 30, 2024 · 2 comments

Comments

@Leela-SR
Copy link

We plan to have a Harbor local container registry in our Onprem Cluster. The local container registry will be populated from AWS ECR through Replication. We would like to know that any synchronization option is avaialble to populate the local container registry with the latest images in ECR.

@MinerYang
Copy link
Contributor

MinerYang commented May 6, 2024

You could either do cron/scheduled replications in the Harbor as well. Or setting up a proxy-cache projects in harbor

  • using pull-base mode when pulling image from remote registry(ECR)
  • using push-base mode when pushing image to remote registry(ECR)

ref: https://goharbor.io/docs/2.10.0/administration/configuring-replication/create-replication-rules/

@Vad1mo Vad1mo closed this as completed May 8, 2024
@Leela-SR
Copy link
Author

Thanks MinerYang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants