Commit 55ea327
authored
build(distroless): use uutils/coreutils for df binary (#1152)
Replace Alpine's coreutils package with the uutils/coreutils multicall
binary from the official GitHub release. This reduces the build
dependency and uses a Rust-based implementation of df.
The multicall binary is symlinked as `df` so it dispatches correctly
via argv[0].1 parent cef2a97 commit 55ea327
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
19 | 28 | | |
20 | 29 | | |
21 | 30 | | |
| |||
0 commit comments