Context
Currently, the odh-elyra package is not installed in runtime images, which requires downloading the bootstrapper.py file directly from the upstream GitHub repository using curl (as seen in PR #2555).
Proposal
Consider one of the following approaches:
- Install the odh-elyra package on runtime images so that
bootstrapper.py is available locally
- Split off
bootstrapper.py into its own subpackage that can be installed independently on runtime images
Installing odh-elyra (or a subset of it) would eliminate the need for downloading files from external URLs during image builds and provide better integration with the Elyra ecosystem.
References