custom-images icon indicating copy to clipboard operation
custom-images copied to clipboard

Fix optional-components installation for 2.3+ images.

Open vinayakumarb opened this issue 1 year ago • 1 comments

Following changes are done in this;

  1. Running ./install_optional_components.sh in its own session to avoid any conflicts in loaded variables.
  2. Correcting the mapping of user-visible optional-component name to component names used inside image.
  3. Setting DATAPROC_IMAGE_TYPE and DATAPROC_IMAGE_VERSION used inside some of the scripts.

vinayakumarb avatar Feb 22 '25 07:02 vinayakumarb

I was stuck on my review of the base image generator today. I'll try to get to this one this week.

cjac avatar Feb 25 '25 03:02 cjac

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.

vinayakumarb avatar Apr 28 '25 20:04 vinayakumarb

Thanks @cjac .

vinayakumarb avatar May 06 '25 10:05 vinayakumarb