-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Sync docs: Optimize Docker image size with lean and Python variants #26787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: production
Are you sure you want to change the base?
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Additional Documentation AddedI've added the following documentation to complete the sync for PR #259: Changelog EntryCreated
Code Interpreter API WarningAdded a caution callout to
All documentation now references version 0.6.0 consistently with the existing Dockerfile updates on this branch. 🤖 Generated with Claude Code |
7b1ab39 to
c0e3b8e
Compare
|
Updated documentation to reflect image variants introduced in cloudflare/sandbox-sdk#259: Changes:
The documentation now clearly explains when to use each image variant and how to handle Python availability errors. |
d231b5e to
8a94617
Compare
Sync documentation for PR #259: Optimize Docker image size with lean and Python variants Changes: - Add documentation for two image variants (default and -python) - Include breaking change notice for Python users - Add migration guide from v0.5.x to v0.6.0+ - Document PYTHON_NOT_AVAILABLE error behavior - Update all examples to show appropriate image selection - Clarify Python availability requirements in Code Interpreter API Related upstream PR: cloudflare/sandbox-sdk#259
8a94617 to
7d1976f
Compare
Documentation sync updatedUpdated documentation based on latest changes in sandbox-sdk#259. Changes in this update:
Files modified:
Ready for review! 🚀 |
Summary
Document the new Docker image variants introduced in cloudflare/sandbox-sdk#259.
Key changes:
-python(~1.3GB)-pythonvariantPYTHON_NOT_AVAILABLEerror code when Python is attempted on lean imageDocumentation updates
Configuration: Dockerfile reference
API: Code Interpreter
PYTHON_NOT_AVAILABLEerror behaviorConcepts: Container runtime
Migration guide for users
Users running Python code must update their Dockerfile:
Related PR