Conversation
…buntu:noble-20251013 Migrate all production container runtime stages from Debian/Ubuntu upstream to NVIDIA's hardened Ubuntu base image for supply chain consistency. - Dockerfile.ci: ubuntu:24.04 -> nvidia base - Dockerfile.server: debian:bookworm-slim -> nvidia base (runtime stage) - Dockerfile.base (sandbox): python:3.12-slim-bookworm -> nvidia base with system Python 3.12 from Ubuntu Noble repos - Dockerfile.cluster: convert from single-stage rancher/k3s to multistage build extracting k3s artifacts onto nvidia base Closes #244
drew
added a commit
that referenced
this pull request
Mar 16, 2026
…buntu:noble-20251013 (#245) Migrate all production container runtime stages from Debian/Ubuntu upstream to NVIDIA's hardened Ubuntu base image for supply chain consistency. - Dockerfile.ci: ubuntu:24.04 -> nvidia base - Dockerfile.server: debian:bookworm-slim -> nvidia base (runtime stage) - Dockerfile.base (sandbox): python:3.12-slim-bookworm -> nvidia base with system Python 3.12 from Ubuntu Noble repos - Dockerfile.cluster: convert from single-stage rancher/k3s to multistage build extracting k3s artifacts onto nvidia base Closes #244
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #244
Summary
nvcr.io/nvidia/base/ubuntu:noble-20251013for supply chain consistencyDockerfile.clusterfrom single-stagerancher/k3s(Alpine) to a multistage build that extracts k3s artifacts onto the NVIDIA Ubuntu basepython:3.12-slim-bookworm)Changes
Dockerfile.ciubuntu:24.04nvcr.io/nvidia/base/ubuntu:noble-20251013Dockerfile.serverdebian:bookworm-20260223-slimnvcr.io/nvidia/base/ubuntu:noble-20251013sandbox/Dockerfile.basepython:3.12.13-slim-bookwormnvcr.io/nvidia/base/ubuntu:noble-20251013+ system Python 3.12Dockerfile.clusterrancher/k3s:v1.35.2-k3s1nvcr.io/nvidia/base/ubuntu:noble-20251013Dockerfile.cluster details
The cluster image is now a two-stage build:
k3s): Pullsrancher/k3sas an artifact source only/bin/(k3s, kubectl, containerd-shim-runc-v2, runc, CNI plugins, busybox, coreutils, iptables tooling, etc.)iptables,mount,ca-certificates,dnsutilsTest Plan