docs: Fix nonexistent python image tag in sandbox quickstart (DOCS-3127) - #3138
Merged
Conversation
The container_image example used python:3.15, which has no released tag on Docker Hub. Copying the snippet made the sandbox fail to start with an opaque SandboxFailedError. Use python:3.14 and note the failure mode. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
Updated 2026-08-27 16:06:07 UTC for deployment · 29d3493. |
yGabriel
marked this pull request as ready for review
August 26, 2026 17:06
Contributor
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Preview: https://wb-21fd5541-gmarimon-docs-3127-sandbox-image-tag.mintlify.site |
Contributor
Readability impactWord-weighted Flesch-Kincaid grade change across 1 changed page: +0.2 (harder). Lower Flesch-Kincaid grade and higher reading ease both mean easier to read. This check is informational and never blocks a PR. Human readability
AI agent comprehensionRated 0-3 (higher is easier for an agent to parse and act on).
Curated-docs baseline median FK grade by type: conceptual 10.5, procedural 8.8, reference 9.4. |
ngrayluna
reviewed
Aug 27, 2026
Co-authored-by: Noah Luna <15202580+ngrayluna@users.noreply.github.com>
ngrayluna
approved these changes
Aug 27, 2026
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.
Fixes DOCS-3127.
The
container_imageexample on Create sandboxes usedpython:3.15, which has no released tag on Docker Hub (only a release candidate). Copying the snippet as written makes the image pull fail (ImagePullBackOff), and the client surfaces onlySandboxFailedError: Sandbox <id> failed to start.python:3.14.SandboxFailedError.Localized copies under
fr/,ja/, andko/still carrypython:3.15; perAGENTS.md, they're left to the translation process.The opaque client error is tracked separately in coreweave/cwsandbox-client#106.
🤖 Generated with Claude Code