Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

container image for ASH runs as root inside the container #78

Open
climbertjh2 opened this issue Apr 29, 2024 · 2 comments
Open

container image for ASH runs as root inside the container #78

climbertjh2 opened this issue Apr 29, 2024 · 2 comments

Comments

@climbertjh2
Copy link
Contributor

As a recommended practice, code running in containers should run as non-root (UID 0). This is an added protection in case the container is run in privileged mode.

Please update the Dockerfile to add an adduser to the container build and then USER <uid> in the build of the container.

@climbertjh2
Copy link
Contributor Author

working on this one.

@climbertjh2
Copy link
Contributor Author

PR #79 is provided to address this item

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant