Commit c75bc5a
committed
fix: add init: false to config.yaml to fix s6-overlay v3 startup crash
s6-overlay v3 (used in HA base images) requires running as PID 1.
Docker's default --init flag prevented this, causing:
's6-overlay-suexec: fatal: can only run as pid 1'
Setting init: false in config.yaml disables Docker's default init
so s6 correctly runs as PID 1. Dockerfile reverted to simple CMD.
Ref: https://developers.home-assistant.io/blog/2022/05/12/s6-overlay-base-images/
Bump version to 0.2.3.1 parent 9a3abd6 commit c75bc5a
2 files changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments