You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reasoning behind having a root user by default is because it is a development container, therefore we want to provide more flexibility for devs to work with the container. If you are using the container for your final application, you can change the user to a non-root one like 1001 just by setting the user section in the docker-compose, or the -u in docker run.
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.
Name and Version
bitnami/java:17
What is the problem this feature will solve?
According to the documentation, It seems to me that the java app is running as the root user.
This could lead to security problems.
What is the feature you are proposing to solve the problem?
Please change behaviour to run the java app as a non root user, like in many of your other containers.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: