Currently, I am using Bazzite OS, and every time I update or upgrade the system, pulling Docker images from ghcr.io is very slow, whereas docker.io is much faster. Is there any other way to improve this? Each update involves large file sizes, making the update process time-consuming due to the downloads.
1 Like
Right now we’re only pushing to ghcr.io, and that would be dependent on your client’s connection to the Fastly CDN. I think if someone were to mirror our images in docker and/or quay.io it might help people with connectivity issues to github.
Consider just add additional step to push to Docker Hub?
Though it is possible someone can create a GitHub actions to do this, but…it is resource wasting.
(Fastly CDN isn’t as great as Cloudflare)
Any update on this one? Fastly is very slow for me as well, would be great to not wait hours for updates.
You have two options:
- Cloudflare Worker based reverse proxy: GitHub - ciiiii/cloudflare-docker-proxy: A docker registry proxy run on cloudflare worker.
- My Docker Hub mirror: GitHub - xlioncontainermirror/universal-blue-mirror: Unofficial mirror of Universal Blue, mirror to Docker Hub
You can tell me if you wanna add another image.