clean home management in containers

This commit is contained in:
Gilles Grandou 2023-12-04 23:39:48 +01:00
parent 2a57f86add
commit 79465f89d4
1 changed files with 2 additions and 4 deletions

View File

@ -25,9 +25,8 @@ debian_base: &debian_base
- /etc/group:ro
- /etc/shadow:ro
- /tmp/.X11-unix:ro
- /home/{user}
- "{home}"
environment:
- HOME
- USER
- DISPLAY
- TERM
@ -86,9 +85,8 @@ rh_base: &rh_base
- /etc/group:ro
- /etc/shadow:ro
- /tmp/.X11-unix:ro
- /home/{user}
- "{home}"
environment:
- HOME
- USER
- DISPLAY
- TERM