Support multiple dockerimage tools in Devfile #12875
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Description
Support multiple dockerimage tools in Devfile.
We can not use dockerimage recipe for representation of dockerimage tool because workspace config can have only one dockerimage recipe. The possible solution here is to generate a k8s deployment for dockerimage tool and then merge multiple dockerimage related deployments to one deployment.
Implementation details
KubernetesToolToWorkspaceConfigApplier
after merge of https://github.com/eclipse/che/pull/12842/files#diff-433beefd65ee6f2da3b5fc799536bd3bR126.mountSources
is specified);* We could convert this configuration to k8s/os objects as well, but it would be a tricky part that will duplicate a logic that is already implemented on Che Server side. I think that provisioning machine config and letting Che Server to do all needed work will be good enough.
P.S. Implementation details are not final decision but result of short investigate that was done.
The text was updated successfully, but these errors were encountered: