-
Notifications
You must be signed in to change notification settings - Fork 89
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
DOCS: Does a check trigger the docker hub rate limits? #73
Comments
If you look at the definition, it seems yes, the rate limit will be affected unfortunately. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I can confirm every check is an addition to the rate limit. However, I do have a workaround which is quite some work but worth it:
With the amount that Shepherd pulls it is wise to configure your own private registry and build your own images anyway to prevent more pulls. Unfortunately all the apis that circumvent this and can be used just to check if there's a new image are paid. After having implemented this workaround, imagine 6 services which all use the |
This comment was marked as spam.
This comment was marked as spam.
@Vaults Are you sure that you have to rewrite all the images? Can't you just define I've been using a docker mirror for a while but it doesn't seem to be used by shepherd although I mounted The
It works on the host but it doesn't work in the container. Is there any way to set the |
@madmurl0c The problem is basically the Will keep this open until we thought of a solution! |
no solution yet? :( |
This might be a dumb question
I am about to implement shepherd in my swarm.
Currently it has 28 containers across 25 services.
Will each check every 5 mins trip the rate limit counter, or just pulls on an image change?
The images don't change frequently - often for weeks at a time.
The text was updated successfully, but these errors were encountered: