Skip to content

[Feature] Need to run image with non-root user #515

@mk-raven

Description

@mk-raven

Is your feature request related to a problem? Please describe.
For security reason and run image in prod envs needs to run ALWAYS with non-root user

Describe the solution you'd like
Please add in Dockerfile user with permission only to run chproxy binary.
For example:
RUN groupadd -r chrpoxy && useradd -r -g chrpoxy -m chrpoxy && chown -R chrpoxy:chrpoxy /usr/bin/chproxy USER chrpoxy
Additional context
It would be nice in feature release

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    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