Commit edac0ac
committed
fix: correct container socket path in Dockerfile and release smoke test
The armor user owns /var/run/armor/ but the ENTRYPOINT was writing the
socket to /var/run/armor.sock (parent directory, not writable). Changed
to /var/run/armor/armor.sock throughout: ENTRYPOINT, HEALTHCHECK, and
the release workflow smoke-test health check.1 parent 57cc7d1 commit edac0ac
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
0 commit comments