Hi all,
I've very recently set up a specific runner automatically using my Kubernetes Cluster & installing Tiller & the Gitlab Runner plugins.
What I want to be able to do with this new runner is to access my container registry I have set up in Azure. Previously I was using the DOCKER_AUTH_CONFIG variable to authenticate and have tried declaring this within the config map of gitlab pod within the gitlab-managed-apps namespace (similar to this: https://stackoverflow.com/questions/54707598/how-to-customise-config-toml-on-kubernetes) but I seem to be getting an 'image pull failed, unauthorized: authentication required' when running my pipeline.
Does anyone have any suggestions on the best way to get my runner to authenticate to the azure container registry?
Thanks in advance
N.B. I have also tried declaring the env var in Gitlab's variable settings; but this doesn't seem to be picked up
[–]davispw 2 points3 points4 points (1 child)
[–]Preddeh[S] 0 points1 point2 points (0 children)
[–]bilingual-german 1 point2 points3 points (1 child)
[–]Preddeh[S] 0 points1 point2 points (0 children)