opendatahub-io-contrib / workbench-images

Various custom Workbenches and Runtimes for Open Data Hub and OpenShift Data Science
MIT License
35 stars 23 forks source link

include assembly logic for list of Elyra pipeline runtime image refs in jsons in interactive-image-builder.sh #45

Open shalberd opened 10 months ago

shalberd commented 10 months ago

There is currently a list of release (i.e. 2023c) -specific Elyra pipeline runtime images that automatically get added to Jupyter IDE images config (not the images themselves, merely the references in json format)

https://github.com/opendatahub-io-contrib/workbench-images/tree/main/snippets/ides/1-jupyter/files/runtime-images

Consider adding steps in interative image builder script to on-the-fly add description, image_name and tags for runtime images instead of having this very static list of runtime images.

Related to #44