Trying to use dockerRegistryMirror due to Docker Rate Limiting #2025
Unanswered
JamesAskew
asked this question in
Questions
Replies: 1 comment 9 replies
-
Any of docker configuration options that are at a container file system level require you use the dind runner image |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My runners are scaling in and out really nicely, but as a result, I am now getting hit with some Docker rate limiting. To get around this I want to use Amazon's public ecr gallery. I've set the value of dockerRegistryMirror in my values-override.yaml file and deployed a new revision. But images are still being pulled from docker.io.
Has anyone managed to get a registry mirror working that could give me some tips?
I've read all of the discussion and issues which seem relevant, but nothing has helped me.
Here are my helm overrides:
Inside the controller pod, I can see the following arguments:
But regardless the image is always from docker.io
Any helps or tips would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions