You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
I cannot run go-neb on my on-prem kubernetes cluster:
Internal error occurred: docker.io/matrixdotorg/go-neb:latest: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
I would propose publishing the image on a registry without draconian rate limits, e.g. quay.io or github's own registry.
To Reproduce
Steps to reproduce the behavior:
Use docker hub without account often (e.g. skopeo inspect docker://matrixdotorg/go-neb > /dev/null for 500 times),
get rate limited
See error
Expected behavior
It works.
The text was updated successfully, but these errors were encountered:
This won't change anything, we do have a big cluster running behind a single IP. Checking if there is a new image does count against the rate limit and this adds up. Please reconsider.
It is not within this project's remit to veer away from the standard repository that matrix-org uses, this won't get any movement here but not sure what repo would be better
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I cannot run go-neb on my on-prem kubernetes cluster:
I would propose publishing the image on a registry without draconian rate limits, e.g. quay.io or github's own registry.
To Reproduce
Steps to reproduce the behavior:
skopeo inspect docker://matrixdotorg/go-neb > /dev/null
for 500 times),Expected behavior
It works.
The text was updated successfully, but these errors were encountered: