Update RELATED_IMAGE regexes for che/devspaces #21522
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe
Revaluate the regexes in the che-operator used to determine default workspace images for the image puller. The current regexes are listed here. These regexes are used to determine images that are listed in these CSV files: example1 example2
Describe the solution you'd like
More workspace-related images could be detected and added, and maybe some regexes can removed. Some images that could be added are UDI images, IDEA image, EAP images, and eventually the che-code image. The current regexes do not collect these types of images.
Prepulling and caching these images via the image-puller helps improve workspace start time.
Describe alternatives you've considered
Instead of having regexes to detect related images, they can be manually provided.
Without the image puller operator, this can be done with a configmap, or,
With the image puller operator, this can be provided in the custom resource
Additional context
No response
The text was updated successfully, but these errors were encountered: