open-policy-agent / gatekeeper

🐊 Gatekeeper - Policy Controller for Kubernetes
https://open-policy-agent.github.io/gatekeeper/
Apache License 2.0
3.68k stars 755 forks source link

Publish Docker Images to Additional Registries (e.g., ghcr.io) Due to Docker Hub Rate Limits #3652

Open dulltz opened 6 days ago

dulltz commented 6 days ago

Describe the solution you'd like

Currently, Gatekeeper's Docker images are only available on Docker Hub. However, with Docker Hub enforcing stricter rate limits, it could be beneficial to publish images to other registries, such as ghcr.io or ECR Public.

This would help avoid issues related to rate limits and provide more flexibility for users.

Please consider adding this to the release process.

Anything else you would like to add:

_

Environment:

sozercan commented 4 days ago

@dulltz thanks for the report! OPA DockerHub repo was part of the "sponsored oss" program, which are exempt from the rate limits. It looks like we don't have this badge anymore, following up on this.

sozercan commented 4 days ago

Looks like we re-applied to be in the program, waiting to hear back from Docker

I am also open to contributions to add GHCR (in addition to DH) if someone wants to contribute

dulltz commented 4 days ago

Thanks for your response!

I am also open to contributions to add GHCR (in addition to DH) if someone wants to contribute

I’ll give it a try and see how I can help with adding GHCR support.