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

Remove duplicated user declaration / configuration #12

Merged

Commits on Apr 12, 2024

  1. Remove duplicated user declaration / configuration

    The image is already running as nonroot, specified via the image tag (`gcr.io/distroless/static:nonroot`)
    Specifing it here again using the username makes deploying it to kubernetes slightly more annoying as this failed the `runAsNonRoot` securityContext check as kubernetes can't verify that this is actually non-root as it's not configured via the uid.
    
    Signed-off-by: Jannik Hollenbach <[email protected]>
    J12934 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a0b8284 View commit details
    Browse the repository at this point in the history