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

Fix $HOME of user root in base image #320

Open
jamilraichouni opened this issue Sep 30, 2024 · 0 comments
Open

Fix $HOME of user root in base image #320

jamilraichouni opened this issue Sep 30, 2024 · 0 comments
Labels
docker Issues related to Docker

Comments

@jamilraichouni
Copy link
Contributor

For the user root we should have $HOME=/root which is in line with the according entry in /etc/passwd.
At the moment it is set to /home/techuser via an ENV Dockerfile command (see here) which disables shell logins for the user root (e. g. local debugging purposes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Issues related to Docker
Projects
Development

No branches or pull requests

2 participants