Skip to content

Ship static busybox shell in container-toolkit image#1841

Open
rajathagasthya wants to merge 1 commit into
mainfrom
add-static-shell
Open

Ship static busybox shell in container-toolkit image#1841
rajathagasthya wants to merge 1 commit into
mainfrom
add-static-shell

Conversation

@rajathagasthya
Copy link
Copy Markdown

Flip the packaging and application stage bases from *-dev* to non-*-dev* distroless and source a static busybox from debian:trixie-slim. Build-time RUN commands and the application entrypoint continue to work via /bin/sh and busybox applet symlinks.

Part of NVIDIA/cloud-native-team#299.
Resolves #1801.

@coveralls
Copy link
Copy Markdown

coveralls commented May 20, 2026

Coverage Report for CI Build 26181325589

Coverage remained the same at 43.311%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 14906
Covered Lines: 6456
Line Coverage: 43.31%
Coverage Strength: 0.48 hits per line

💛 - Coveralls

@rajathagasthya rajathagasthya marked this pull request as ready for review May 20, 2026 16:22
Flip the packaging and application stage bases from *-dev* to
non-*-dev* distroless and source a static busybox from
debian:trixie-slim. Build-time RUN commands and the application
entrypoint continue to work via /bin/sh and busybox applet symlinks.

Part of NVIDIA/cloud-native-team#299.

Signed-off-by: Rajath Agasthya <ragasthya@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ship static busybox shell in nvidia-container-toolkit image

2 participants