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

Use a numeric User ID for the "agones" user in the SDK sidecar #1293

Merged
merged 4 commits into from
Jan 31, 2020

Commits on Jan 31, 2020

  1. Use a numeric User ID for the agones user

    This fixes failure of the container to start when run on a system with a
    PodSecurityPolicy specifying RunAsUser as "MustRunAsNonRoot".
    
    Signed-off-by: Paul "Hampy" Hampson <p_hampson@wargaming.net>
    Paul "Hampy" Hampson committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    d30e582 View commit details
    Browse the repository at this point in the history
  2. Set group-ownership of files to 'agones' group.

    Creating a non-system user named 'agones' also creates a group named
    'agones'. For consistency, the files should be owned by that group.
    
    Signed-off-by: Paul "Hampy" Hampson <p_hampson@wargaming.net>
    Paul "Hampy" Hampson committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    a7077cb View commit details
    Browse the repository at this point in the history
  3. Use a numeric User ID in the Debian-based examples

    This fixes failure of the container to start when run on a system with a
    PodSecurityPolicy specifying RunAsUser as "MustRunAsNonRoot".
    
    Signed-off-by: Paul "Hampy" Hampson <p_hampson@wargaming.net>
    Paul "Hampy" Hampson committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    96f3399 View commit details
    Browse the repository at this point in the history
  4. Use a numeric User ID in the Alpine-based examples

    This fixes failure of the container to start when run on a system with a
    PodSecurityPolicy specifying RunAsUser as "MustRunAsNonRoot".
    
    Signed-off-by: Paul "Hampy" Hampson <p_hampson@wargaming.net>
    Paul "Hampy" Hampson committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    d875db5 View commit details
    Browse the repository at this point in the history