imjasonh / ideas

A place for me to file issues against myself for things I want to build when I'm bored
5 stars 0 forks source link

Cloudflare R2-backed container image registry / mirror #100

Closed imjasonh closed 2 years ago

imjasonh commented 2 years ago

https://blog.cloudflare.com/introducing-r2-object-storage/

R2 is Cloudflare's object store, promising free egress and a fun slurp mode that proxies requests to S3 and serves subsequent requests through R2 instead. It sounds awesome.

I wanna make https://mirror.kontain.me but based on R2, and real. Proxy public images out of Dockerhub to avoid rate limits, for example. The only reason I don't recommend mirror.kontain.me more is because I don't want to pay the hosting bills, well R2 fixes that.

Once I have a mirror, if it's cheap to run, I might as well accept pushes and let people use that directly.