Commit 3e212c5
authored
Add
`distroless` provides an excellent base image to run Rust programs.
For Rust programs linked with musl, use `distroless/static` which weights ~2MB.
For Rust programs linked with glibc, use `distroless/cc` which is ~20MBdistroless to README.md1 parent de33863 commit 3e212c5
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| 358 | + | |
358 | 359 | | |
359 | 360 | | |
360 | 361 | | |
| |||
0 commit comments