Commit d5338f2
committed
fix: run container as root, matching the rest of the fleet
Non-root USER made bind-mount ownership mismatches fatal, since an
unprivileged process can't write into a directory it doesn't own.
Root bypasses that check entirely (DAC_OVERRIDE), which is why this
class of bug doesn't show up for other apps on the same host — they
run as root by default too. Drops the now-unneeded mkdir+chown.1 parent b6b107d commit d5338f2
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | | - | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
| |||
0 commit comments