docs(gateway-config): fix stale community sandbox image path - #2800
Open
lunarwhite wants to merge 1 commit into
Open
docs(gateway-config): fix stale community sandbox image path#2800lunarwhite wants to merge 1 commit into
lunarwhite wants to merge 1 commit into
Conversation
lunarwhite
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
August 18, 2026 23:52
elezar
reviewed
Aug 19, 2026
elezar
left a comment
Member
There was a problem hiding this comment.
As a general nit: Could we use ghcr.io/nvidia/openshell-community/sandboxes/base:latest` everywhere?
The only place we use versions are in tests and I don't think they're relevant there. (I may be missing something though).
Signed-off-by: Yuedong Wu <dwcn22@outlook.com>
lunarwhite
force-pushed
the
fix-image-ref
branch
from
August 19, 2026 15:04
e626bd8 to
d957084
Compare
Contributor
Author
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.
Summary
default_image/bootstrap_imageexamples ingateway-config.mdx, RFC, and theopenshell-servertest fixtures point atghcr.io/nvidia/openshell/sandbox, which #267 removed from this repo in favor of NVIDIA/OpenShell-Community. Pulling that path now returns403 denied(confirmed registry-side, not environment-specific: siblinggateway/supervisor/helm-chartimages return200for the same anonymous request).This isn't a narrow doc corner:
default_imageis shared config across all four existing compute drivers (Docker, Podman, Kubernetes, VM) plus any new driver under development, and it's the first non-trivial example value in the "Shared driver defaults" block at the top of the canonical reference doc every driver README points to. I surfaced while building a new experimental compute driver locally. I have verified end-to-end the corrected path passed a full sandbox lifecycle (sandbox create -> exec -> delete) test against a live daemon, on both a cache-miss pull/convert and a cache-hit resolution of the same digest.Related Issue
N/A. No behavior change.
Changes
docs/reference/gateway-config.mdx: update all 6default_image/bootstrap_imageexamples toghcr.io/nvidia/openshell-community/sandboxes/base:latestrfc/0003-gateway-configuration/README.md: update the 5default_imageexamples to the same pathcrates/openshell-server/src/config_file.rs: update the doc-comment example and test fixture strings to the corrected path to avoid future confusioncrates/openshell-server/src/cli.rs: update the test fixture string to the corrected path to avoid future confusion:0.9,:1.0,:0.9.0) fromdefault_imageexamples in favor of:latest(community sandbox images only ever publishlatest/git-SHA tags, not semver)Testing
mise run pre-commitpassesChecklist