-
Related: #478 I'm currently using something like this: image: private-docker-repo.jfrog.io/summerwind/actions-runner:latest
imagePullSecrets:
- name: docker
dockerRegistryMirror: https://private-docker-repo.jfrog.io Seems to pull the image fine and also use the mirror fine, but I'm confused on how it's accessing the mirror? How are the credentials sent? I tried looking in the code, but couldn't find it. This is the closest thing I've found to setting up the mirrors, but not setting the proxy credentials: What am I missing? 😅 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Never mind, not possible. |
Beta Was this translation helpful? Give feedback.
-
@Puneeth-n @callum-tait-pbx @mumoshu Question: I have yesterday I deployed registry pod, configured |
Beta Was this translation helpful? Give feedback.
-
Ended up attaching an |
Beta Was this translation helpful? Give feedback.
Ended up attaching an
initContainer
and running a script to copy over a Docker config to pass auth.