Is your feature request related to a problem? Please describe.
The current distroless image is not able to run as non-root user. Here is the config I tried in k8s:
securityContext:
runAsNonRoot: true
runAsUser: 1000
Describe the solution you'd like.
Docker images should be able to run as non-root user.
Describe alternatives you've considered.
None
Additional context
No response
Human Written Confirmation
Is your feature request related to a problem? Please describe.
The current distroless image is not able to run as non-root user. Here is the config I tried in k8s:
Describe the solution you'd like.
Docker images should be able to run as non-root user.
Describe alternatives you've considered.
None
Additional context
No response
Human Written Confirmation