dbinfrago / dbinfrago/capella-dockerimages
Fix $HOME of user `root` in base image
Open
docker
- Dominant language
- Python
- Stars
- 23
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
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](https://github.com/DSD-DBS/capella-dockerimages/blob/af1eb2459ef7542d07febeba45f8dd8607127d9e/base/Dockerfile#L45)) which disables shell logins for the user `root` (e. g. local debugging purposes).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.