Skip to content

Change base container image to nvcr.io/nvidia/base/ubuntu:noble-20251013 #19

@drew

Description

@drew

Summary

Switch the base sandbox container image from ubuntu:24.04 to nvcr.io/nvidia/base/ubuntu:noble-20251013.

Details

The base Dockerfile at sandboxes/base/Dockerfile currently uses ubuntu:24.04 as the foundation for all community sandbox images. We should migrate to the NVIDIA NGC base image nvcr.io/nvidia/base/ubuntu:noble-20251013 to align with NVIDIA's container ecosystem and benefit from any NVIDIA-specific optimizations and security patches.

Changes Required

  • Update FROM ubuntu:24.04 AS system to FROM nvcr.io/nvidia/base/ubuntu:noble-20251013 AS system in sandboxes/base/Dockerfile

Impact

All downstream sandbox images (openclaw, nemoclaw) inherit from the base image, so this change propagates through the entire image hierarchy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions