-
Notifications
You must be signed in to change notification settings - Fork 31
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 images to a different registry, in addition to Docker Hub #56
Comments
Given the recent dockerhub announcement of removing free team orgs, I'm wondering if the current |
@jpcoenen sorry, not to poke too much but according to Docker you have until April 15th to either pay Docker for keeping your Org or migrate the container elsewhere. |
@ag-adampike @scottisloud anyone? |
Hey @onedr0p, Let me start by addressing the most urgent matter: first we should not be affected by Docker's recent announcement. 1Password is on a paid Docker subscription. With regards to your suggestion to pushing to a different image repository: I'll bring that up with my team. I do see the convenience of having more lenient/no rate limits on pulls. Out of curiosity: have you ever run into these rate limits by pulling Connect? Because I'd expect the images to live in k8s image store after a pull. However, if something is preventing that, we should look into that as well. Cheers, |
@jpcoenen thanks for confirming that the 1Password Dockerhub org is not going to be affected. Dockerhub doesn't provide any information on wether or not certain Dockerhub Orgs are going to be affected or not. The only thing we see is this:
I have not tested 1Password per-say but it can be a fairly common issue when your team is bootstraping Kubernetes clusters and it needs to pull a bunch of fresh images. |
Is your feature request related to a problem? Please describe.
In order to combat dockerhub's imposed rate limits it would be great to host these images on ghcr or quay.io.
Describe the solution you'd like
Push the
connect-api
andconnect-sync
images to an additional container registry like Quay or GHCR.There is nothing like your Kubernetes cluster not able to use secrets because dockerhubs very low pull rate limits.
The text was updated successfully, but these errors were encountered: