Skip to content

docs: Fix nonexistent python image tag in sandbox quickstart (DOCS-3127) - #3138

Merged
dbrian57 merged 2 commits into
mainfrom
gmarimon/docs-3127-sandbox-image-tag
Aug 28, 2026
Merged

docs: Fix nonexistent python image tag in sandbox quickstart (DOCS-3127)#3138
dbrian57 merged 2 commits into
mainfrom
gmarimon/docs-3127-sandbox-image-tag

Conversation

@yGabriel

@yGabriel yGabriel commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Fixes DOCS-3127.

The container_image example on Create sandboxes used python: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 only SandboxFailedError: Sandbox <id> failed to start.

  • Change the example image to python:3.14.
  • Note that the image and tag must exist in the public registry, and that a failed pull surfaces as SandboxFailedError.

Localized copies under fr/, ja/, and ko/ still carry python:3.15; per AGENTS.md, they're left to the translation process.

The opaque client error is tracked separately in coreweave/cwsandbox-client#106.

🤖 Generated with Claude Code

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>
@mintlify

mintlify Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
wandb 🟢 Ready View Preview Aug 26, 2026, 5:07 PM

Page Change
Create Sandbox Changed · +8 −2

Updated 2026-08-27 16:06:07 UTC for deployment · 29d3493.

@yGabriel yGabriel added the author-docs-plugin Docs PRs authored via Cursor author-docs skill label Aug 26, 2026
@yGabriel
yGabriel marked this pull request as ready for review August 26, 2026 17:06
@yGabriel
yGabriel requested a review from a team as a code owner August 26, 2026 17:06
@github-actions

github-actions Bot commented Aug 26, 2026

Copy link
Copy Markdown
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

@github-actions

github-actions Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Readability impact

Word-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

Page FK grade before FK grade after FK Δ Reading ease Δ Direction
sandboxes/create-sandbox.mdx 8.6 8.8 +0.2 -1.0 harder

AI agent comprehension

Rated 0-3 (higher is easier for an agent to parse and act on).

Page Before After Δ
sandboxes/create-sandbox.mdx 3 3 +0

Curated-docs baseline median FK grade by type: conceptual 10.5, procedural 8.8, reference 9.4.

From workflow run 33091182373

Comment thread sandboxes/create-sandbox.mdx Outdated
Co-authored-by: Noah Luna <15202580+ngrayluna@users.noreply.github.com>
@dbrian57
dbrian57 merged commit ef97ef8 into main Aug 28, 2026
11 checks passed
@dbrian57
dbrian57 deleted the gmarimon/docs-3127-sandbox-image-tag branch August 28, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author-docs-plugin Docs PRs authored via Cursor author-docs skill

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants