How configure Starboard Operator scanner to pull image from Azure (ACR) private registry #401
-
Hi, It works perfectly when using something like Nginx from public registry, but I'm getting this error when it supposed to pull the image from myregistry.azurecr.io |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@maati55 We do not support Azure (ACR) registry nor we document how to use the Helm chart to enable such integration. We have an open issue to follow up on Azure (ACR) #278 though. As a hint to get started I'd mention that the operator and all scan jobs are run with the service account named by default |
Beta Was this translation helpful? Give feedback.
@maati55 We do not support Azure (ACR) registry nor we document how to use the Helm chart to enable such integration. We have an open issue to follow up on Azure (ACR) #278 though. As a hint to get started I'd mention that the operator and all scan jobs are run with the service account named by default
starboard-operator
. I don't know if there's a way to authenticate a particular service account or created an image pull secret so this is something to explore in scope of #278.