Commit 845c3eb
User
fix(setup): use Alpine base image so stderr reaches /dev/console
FROM scratch has no shell, so exec binary 2>/dev/console is not possible
there. Alpine provides /bin/sh and mounts devtmpfs so /dev/console is
accessible. The nautilus musl-static binary runs unchanged inside Alpine.
This makes tracing output and vsock bind errors visible on the Nitro
debug console (nitro-cli console --enclave-id <id>).1 parent 09de244 commit 845c3eb
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
233 | 240 | | |
234 | 241 | | |
235 | 242 | | |
| |||
288 | 295 | | |
289 | 296 | | |
290 | 297 | | |
291 | | - | |
| 298 | + | |
| 299 | + | |
292 | 300 | | |
293 | 301 | | |
294 | | - | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
295 | 305 | | |
296 | 306 | | |
297 | 307 | | |
| |||
0 commit comments