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

makes install available for all users in docker image #3202

Merged
merged 5 commits into from Aug 2, 2022

Commits on Aug 1, 2022

  1. makes install available for all users in docker image

    moves the installation path from /root/.local to a
    virtualenv. this way we still get the lightweight
    multistage build without excluding non-root users.
    n-borges committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    a93c065 View commit details
    Browse the repository at this point in the history
  2. adds changelog entry for docker-image fix

    A changelog entry has been added under the Integration
    subheader
    n-borges committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    387531f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. changes dockerfile to use the venv activate script

    we are now using the inbuilt venv activate script, as well
    as explicitly mentioning the binary location in the entrypoint
    cmd.
    n-borges committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9e8bb85 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.md

    Just being a little more explicit at what was actually done
    cooperlees committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    f79cf0c View commit details
    Browse the repository at this point in the history
  3. Update CHANGES.md

    Formatting which I was worried about.
    cooperlees committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    8b0701f View commit details
    Browse the repository at this point in the history