seatgeek / docker-mirror

Mirror docker images across image repositories
BSD 3-Clause "New" or "Revised" License
145 stars 43 forks source link

Possibly a dumb question, but is ECR necessary? #103

Open pandel opened 2 years ago

pandel commented 2 years ago

Hi!

Your tool seems to be the solution for us to mirror distinct Images from DockerHub, but what I don't understand is if your tool can be used with a corporate private registry instead of ECR? Is ECR mandatory?

Regards, Holger

mhahl commented 2 years ago

I created a fork and had a go at stripping out the ECR bits and pieces: https://github.com/mhahl/docker-mirror Seems to be working so far for me. I don't know how to write Go, so I'm not sure if it's actually completely broken. Let me know how you go.