rpardini / docker-registry-proxy

An HTTPS Proxy for Docker providing centralized configuration and caching of any registry (quay.io, DockerHub, k8s.gcr.io)
Apache License 2.0
912 stars 170 forks source link

Add ghcr.io to the default list of cached registries #151

Closed deviantintegral closed 1 year ago

deviantintegral commented 1 year ago

I was confused why GitHub Container Registry images weren't caching, until I realized that it's neither default like Docker Hub nor in the default copy-paste list in the README. Is there any reason to not cache ghcr containers by default?

rpardini commented 1 year ago

ghcr.io (and other recent registries) have not been tested/made to work at all with this, much less made default.

deviantintegral commented 1 year ago

Sounds good, thanks for the response.

I’m using ghcr.io and it’s been working fine for the last few days, except for an IPv6 issue I commented on at https://github.com/rpardini/docker-registry-proxy/pull/142. I’m not pushing images though. If there’s anything in particular you’d like me to test or watch out for, I’m glad to do so.