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

Dockerfile: switch to virtualenv #418

Commits on Jun 16, 2022

  1. Dockerfile: switch to virtualenv

    Installing any RPM-packaged Python application will pull Python 3.6
    on RHEL8/Streams8 because 3.6 is the system default.
    This, in turn, will break building the ods-ci container because ods-ci
    has been using Python 3.7 features since ff7ac1f.
    
    virtualenv ( https://virtualenv.pypa.io/en/latest/ ) should be used
    instead of the venv module to force Python's version to 3.8 instead
    of the RHEL8/Streams8 default 3.6.
    
    Fixes: red-hat-data-services#406
    Signed-off-by: François Cami <[email protected]>
    fcami committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9f3312c View commit details
    Browse the repository at this point in the history