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

Add support for running cortex through docker image without root uid #4107

Commits on Jun 9, 2021

  1. Add support for running cortex without root uid

    This allow uses to optionally choose to run the docker image as non-root
    user with: `--user cortex:cortex`. It also make sure we test using a
    non-root user during the integration tests
    
    Signed-off-by: Christian Simon <simon@swine.de>
    simonswine committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    97b561a View commit details
    Browse the repository at this point in the history
  2. Run older Cortex versions as non-root

    During integration tests we are running older versions of Cortex to
    ensure backwards compatability. These need to still be run as root.
    
    Signed-off-by: Christian Simon <simon@swine.de>
    simonswine committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f55e3e4 View commit details
    Browse the repository at this point in the history