Commit 7be619f
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]>1 parent 616f9e4 commit 7be619f
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
0 commit comments