Commit 0e4609e
committed
[precompiled]: remove unused pebble binary from Ubuntu 26.04 base image
The ubuntu:resolute-20260901 base image used for the ubuntu26.04
precompiled driver container ships a pebble binary (/usr/bin/pebble,
/var/lib/pebble) that this image never uses. The container's
entrypoint is nvidia-driver, and pebble isn't invoked anywhere in the
driver install or runtime scripts.
pebble is currently affected by CVE-2026-39821. Since it's dead
weight in this image, strip it out during the build rather than
carrying the CVE exposure forward.
Signed-off-by: Abrar Shivani <ashivani@nvidia.com>1 parent 6357f52 commit 0e4609e
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
0 commit comments