Open
Description
Currently our test and code dockers run all processes as root.
This leads to issues like #1388 because the docker environments aren't typical to real deployment scenarios.
There are some annoyances to running processes as a separate user (like which UID do you use?), I will investigate what the best practises are and update this ticket.