-
Using custom k8s helper image may lead to api incompatibility issues if something changes. OneDev currently selects appropriate version of k8s helper image automatically based on project dependency information, so I do not need to maintain a server / helper image compatiblity matrix.
For your concerns:
- If there is a security vulnerability of k8s helper image, please raise issues.
- If additional tool needs to be installed, it should be installed to your docker image used in build steps instad.
-
Ok, i see. Thanks! I will close this.
-
Previous Value Current Value Open
Closed
| Type |
New Feature
|
| Priority |
Normal
|
| Assignee |
Issue Votes (0)
I'm searching for possibility to provide my own k8s-helper-linux image (not the 1dev/... one). It seems there is no configuration option for that, or i didn't find one.
I think it would be a nice addition to make this configurable, mainly for two reasons:
Of course, one still needs to take care that all necessary tools are installed, otherwise the build executor would end up with errors. WDYT?
Regards, Alexander