• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

NVIDIA / k8s-driver-manager / 26116879846
6%
main: 6%

Build:
Build:
LAST BUILD BRANCH: pull-request/184
DEFAULT BRANCH: main
Ran 19 May 2026 06:25PM UTC
Jobs 1
Files 9
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 May 2026 06:24PM UTC coverage: 5.945%. Remained the same
26116879846

Pull #188

github

rajathagasthya
Drop busybox shell symlink, move off -dev distroless tag

NVIDIA's distroless-cc `-dev` tag (this image's base) will no longer
be approved as a STIG parent image. The non-`-dev` variant ships no
shell. Today's Dockerfile creates a `/bin/sh -> /busybox/sh` symlink
from the `-dev` base's bundled busybox, but the `driver-manager` and
`vfio-manage` Go binaries are the only things that run at container
startup — neither shells out to `/bin/sh`. The symlink is dead weight
at runtime; only the `RUN ln -s` step itself uses it, and that step
exists only to populate it.

Drop the `SHELL ["/busybox/sh", "-c"]` directive and the
`RUN ln -s /busybox/sh /bin/sh` step. Flip the base to
`distroless/cc:v4.0.5`.

Part of NVIDIA/gpu-operator#2364.

Signed-off-by: Rajath Agasthya <ragasthya@nvidia.com>
Pull Request #188: Drop busybox shell symlink, move off -dev distroless tag

84 of 1413 relevant lines covered (5.94%)

0.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26116879846.1 19 May 2026 06:25PM UTC 9
5.94
GitHub Action Run
Source Files on build 26116879846
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26116879846
  • Pull Request #188
  • PR Base - main (#25834252990)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc