Skip to content

[FEATURE] Allow docker image to run as non-root #958

Description

@nebula-it

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

  • I confirm this request was written by me and not generated by an LLM or AI assistant.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions