custom-images
custom-images copied to clipboard
Fix optional-components installation for 2.3+ images.
Following changes are done in this;
- Running
./install_optional_components.shin its own session to avoid any conflicts in loaded variables. - Correcting the mapping of user-visible optional-component name to component names used inside image.
- Setting DATAPROC_IMAGE_TYPE and DATAPROC_IMAGE_VERSION used inside some of the scripts.
I was stuck on my review of the base image generator today. I'll try to get to this one this week.
I'm still working on running this where I can access the 2.3 images, but there's one item I'd like addressed. The regular expression does not support major.minor.subminor-OS format
As mentioned, major.minor.subminor-OS is available for base image to be selected.
Thanks @cjac .