Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push Docker images to GitHub Container Registry (ghcr.io) as a backup for Docker Hub outages #1006

Open
erseco opened this issue Feb 10, 2025 · 1 comment

Comments

@erseco
Copy link
Contributor

erseco commented Feb 10, 2025

Currently, Mercure Docker images are pushed to Docker Hub. However, given the occasional outages or rate limits on Docker Hub, it would be beneficial to also push the images to GitHub Container Registry (ghcr.io) as a secondary distribution channel.

Proposal

  • Configure CI/CD to push Docker images to ghcr.io/dunglas/mercure in addition to hub.docker.com/r/dunglas/mercure
  • Ensure that both registries are updated in sync with releases.
  • Document the GHCR registry in the README as an alternative in case of Docker Hub issues.

This would improve availability and provide a failover option for users pulling the Mercure images.

References

Would this be feasible to implement? Happy to discuss further! 🚀

@dunglas
Copy link
Owner

dunglas commented Feb 10, 2025

This sounds like a good idea and should be an easy pick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants