Skip to content

Conversation

@github-actions
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@cloudflare/sandbox@0.6.0

Minor Changes

  • #259 0a2cb93 Thanks @ghostwriternr! - Add lean and Python image variants to reduce Docker image size

    BREAKING CHANGE for Python users: The default image no longer includes Python.

    • cloudflare/sandbox:<version> - lean image without Python (~600-800MB)
    • cloudflare/sandbox:<version>-python - full image with Python + data science packages (~1.3GB)

    Migration: If using CodeInterpreter.runCode() with Python, update your Dockerfile:

    # Before
    FROM cloudflare/sandbox:0.6.0
    
    # After
    FROM cloudflare/sandbox:0.6.0-python

    Without this change, Python execution will fail with PYTHON_NOT_AVAILABLE error.

@ghostwriternr ghostwriternr merged commit cbdc666 into main Nov 28, 2025
4 checks passed
@ghostwriternr ghostwriternr deleted the changeset-release/main branch November 28, 2025 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant