eclipse-symphony / symphony

Symphony project
MIT License
35 stars 28 forks source link

Pull images from private container registry #268

Open msftcoderdjw opened 4 months ago

msftcoderdjw commented 4 months ago

Given Symphony is a deployment service, how can we support pulling images from private registry?

msftcoderdjw commented 4 months ago

We are considering use secret provider interface and we need to invent some real secret providers (like k8s secret) to let users to define image pull secret. And in helm target provider, they will define $secret in helm values.

msftcoderdjw commented 1 week ago

@iwangjintian is working on this.