dind and private registry job container pull... #3674
Unanswered
keisari-ch
asked this question in
Questions
Replies: 1 comment
-
holy cow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'd like to setup an ARC environment providing container execution only. Basically each job in a workflow would call the necessary docker image to do the steps actions. Coming from a gitlab environment, i'm pretty hard coded here, the goal having complete rootless containers in the end.
Until now, i have an almost working setup, but the runner just doesnt manage to call the image described in the container key of the workflow because of authentication issues. I understand we can edit the template for the runner, providing an imagePullSecrets, but it seems this only is used for the dind and runner image call. However, id like this imagePullSecrets information to be used to pull the image mentioned in the workflow.
I guess the dind image is the one calling for the docker pull. Is there a way to pass the imagePullSecrets to the dind container without having to rebuild the image and store the docker config in it ?
Template
I overlay this on the default generated one
=> the secret acr-secret is correct, tested and logged in correctly to the azure contrainer registry.
Workflow Example
Logged
Any help greatly appreciated :/
Beta Was this translation helpful? Give feedback.
All reactions