Commit 2ec2c99
address Copilot review findings on PR #145
- Pin busybox by image-index digest
(sha256:19b646668802469d968a05342a601e78da4322a414a7c09b1c9ee25165042138)
so the build is reproducible across upstream tag rebuilds. buildx
multi-arch resolver picks the right platform manifest from the
index automatically. Verified busybox 1.37.0's nsenter applet
supports -t/--target, -m/--mount, -u/--uts, -i/--ipc, -n/--net,
-p/--pid — the exact flags SpawnNsenter emits.
- Restore /proc/1/root/usr/sbin/nsenter and /proc/1/root/sbin/nsenter
to the candidate list so the host-fallback search mirrors the
container-local list (which already includes /usr/sbin and /sbin).
- "binary not found" error now reports the actual list searched
(built from the candidates slice) instead of the stale
"/proc/1/root and /usr/bin" string.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2d67ec8 commit 2ec2c99
2 files changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
50 | 57 | | |
51 | 58 | | |
52 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
| 139 | + | |
| 140 | + | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
| |||
171 | 175 | | |
172 | 176 | | |
173 | 177 | | |
174 | | - | |
| 178 | + | |
175 | 179 | | |
176 | 180 | | |
177 | 181 | | |
| |||
0 commit comments