Commit 6b6824c
committed
chore(egress): symlink /egress to new binary path for backward compatibility
PR #951 moved the egress binary from /egress to /opt/opensandbox-egress/egress
so the supervisor and binary could share a single grouped directory. External
tooling and older deployment manifests may still reference the old /egress
path; add a symlink so both paths resolve to the same binary.
Symlink rather than COPY: zero extra image size, single source of truth for
chmod and replacement, and `exec /egress` resolves to the supervisor-managed
binary like before.1 parent 92581d3 commit 6b6824c
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
0 commit comments