Skip to content

Install odh-elyra package on runtime images to avoid curl-based bootstrapper download #2681

@coderabbitai

Description

@coderabbitai

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:

  1. Install the odh-elyra package on runtime images so that bootstrapper.py is available locally
  2. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

📋 Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions