Open
Description
When trying to run thecodingmachine/workadventure-front:v1.6.4
it fails with:
[10:58] nb3:generic% kubectl logs -f front-5f7d75f9cb-9n6xc
sudo: unable to send audit message
sudo: pam_open_session: System error
sudo: policy plugin failed session initialization
Changing the cmd to shell and testing manually:
docker@front-758dbc949-jm2v2:/var/www/html$ sudo -i
sudo: unable to send audit message
sudo: pam_open_session: System error
sudo: policy plugin failed session initialization
Seeing that the initial script switches directly to execute sudo tini
, I wonder if it wouldn't make sense to...
- Remove sudo
- Execute the container with uid 0 by default?