Private job image registry support #16968
Labels
area/platform
issues related to the platform
autoteam
community
frozen
Not being actively worked on
team/platform-hold
team/platform-move
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
We are hosting our own private docker image registry (Harbor). We need specify private registry for all possible source/target images. However, I can only specify the
imagePullSecrets
but not able to change all images' registry from configration of workers.Describe the solution you’d like
Can specify an additional private registry besides image pull secrets like this:
Describe the alternative you’ve considered or used
We've just changed the
ProcessFactory
implementation to support this.Additional context
None.
Are you willing to submit a PR?
I've updated the implementation of
ProcessFactory
to support this.The text was updated successfully, but these errors were encountered: