-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[All platforms] Sandbox image missing gnupg package — gpg command not found #1640
Copy link
Copy link
Closed
Copy link
Labels
NV QABugs found by the NVIDIA QA TeamBugs found by the NVIDIA QA TeamUATIssues flagged for User Acceptance Testing.Issues flagged for User Acceptance Testing.area: local-modelsLocal model providers, downloads, launch, or connectivityLocal model providers, downloads, launch, or connectivityarea: providersInference provider integrations and provider behaviorInference provider integrations and provider behaviorplatform: dgx-sparkAffects DGX Spark hardware or workflowsAffects DGX Spark hardware or workflows
Metadata
Metadata
Assignees
Labels
NV QABugs found by the NVIDIA QA TeamBugs found by the NVIDIA QA TeamUATIssues flagged for User Acceptance Testing.Issues flagged for User Acceptance Testing.area: local-modelsLocal model providers, downloads, launch, or connectivityLocal model providers, downloads, launch, or connectivityarea: providersInference provider integrations and provider behaviorInference provider integrations and provider behaviorplatform: dgx-sparkAffects DGX Spark hardware or workflowsAffects DGX Spark hardware or workflows
Type
Fields
Give feedbackNo fields configured for Bug.
Description
[Description]
gpg binary is not installed in the sandbox image. Test step "gpg --list-keys" fails with "command not found".
[Environment]
Device: DGX (aarch64)
Kernel: 6.17.0-1008-nvidia
Node.js: v22.22.2
npm: 10.9.7
Docker: Docker Engine 29.1.3
OpenShell CLI: 0.0.24
NemoClaw: 0.1.0
OpenClaw: 2026.3.11 (29dc654)
[Steps to Reproduce]
[Expected Result]
No errors (GPG uses /tmp/.gnupg)
[Actual Result]
sandbox@my-assistant:~$ gpg --list-keys 2>&1
bash: gpg: command not found
[Root Cause Analysis]
The sandbox base image (ghcr.io/nvidia/nemoclaw/sandbox-base:latest) does not include
the gnupg package. GNUPGHOME env var and /tmp/.gnupg directory are correctly configured, but gpg itself is missing.
[NVB# 6059629]
[NVB#6059629]