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

Commits on Nov 14, 2024

  1. Install Python and Node.js in the UBI contaienrs using pyenv and fnm

    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 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    63abcf6 View commit details
    Browse the repository at this point in the history
  2. changelog

    julienp committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0a13584 View commit details
    Browse the repository at this point in the history
  3. ubi python path

    julienp committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    de2c787 View commit details
    Browse the repository at this point in the history
  4. ubi node paths

    julienp committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    cf4e472 View commit details
    Browse the repository at this point in the history
  5. more ubi paths

    julienp committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    99f593b View commit details
    Browse the repository at this point in the history