ec2 to sync ecr (potential mirror) with ghcr (source) not much progress.
Anyone has any suggestions/tools/configs that have worked for them to sync 2 container registries?
I don't want to specify each image from ghcr it should sync it all
for day to day sync plan is to sync via github actions as soon as an image is published after this big one time sync is done.
What are you trying to achieve, what is the actual problem you're trying to solve?
having a backup registry if ghcr goes down
Couple of ways you can approach this. A simple fix might just be to push your image to two different repos when you're creating them.
this is also planned but we are planning to do this for the older images that we already have, hence "sync"
You can just script it to pull the old images, tag and push to the other.
ok, it's the last option ig, wanted to do it all magically but no luck thanks though
Longer term though you might want to consider using something like Artifactory which actually supports replication of hosted repositories.
Обсуждают сегодня