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

specify user in rootless container numerically #16361

Merged
merged 4 commits into from
Jul 8, 2021

Commits on Jul 7, 2021

  1. specify user in rootless container numerically

    With kubernetes' PodSecurityPolicy set to runAsNonRoot it will not allow starting the container.  The error message is
    ```
    Error: container has runAsNonRoot and image has non-numeric user (git), cannot verify user is non-root
    ```
    The `USER` directive has to be numerical for that to work.
    ibotty authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    a7292e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e39371 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    8e2c080 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    458a794 View commit details
    Browse the repository at this point in the history