-
Hello ! I've been using the controller and I did configure the mirror option in it, but it seems that it only uses that mirror for pulling the images of the runners if I'm not mistaken. Is there any way I could configure the runner itself, to pull through an artifactory cache for example ? @summerwind I see that the runner image is in your name, is it possible to configure it to use a certain mirror ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nevermind, I figured out that the |
Beta Was this translation helpful? Give feedback.
Nevermind, I figured out that the
dockerRegistryMirror
gets injected to the docker daemon.json, the only issue remaining is authentication apparently...