You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments