Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Python and Node.js in the UBI containers using pyenv and fnm #326

Open
wants to merge 5 commits into
base: julienp/default-versions
Choose a base branch
from

Conversation

julienp
Copy link
Contributor

@julienp julienp commented Nov 14, 2024

We don't have the full matrix of versions available for the UBI containers because we are installing from the UBI software catalog. This is problematic now that we want the default to be Nodejs 22 and Python 3.13, neither of which is available.

Instead of installing from pre-built packages, use fnm and pyenv to install the versions, similar to what we do for the kitchen-sink image.

Fixes #327

@julienp julienp changed the title Install Python and Node.js in the UBI contaienrs using pyenv and fnm Install Python and Node.js in the UBI containers using pyenv and fnm Nov 14, 2024
Use fnm to install Node.js and pyenv to install Python. This ensures we can install all versions, and are not limited to what is provided by the RedHat UBI software catalog.
@julienp julienp marked this pull request as ready for review November 15, 2024 09:12
@julienp julienp requested a review from a team as a code owner November 15, 2024 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants