feat: automate sandbox version updates in documentation#155
Open
hittyt wants to merge 8 commits intoalibaba:mainfrom
Open
feat: automate sandbox version updates in documentation#155hittyt wants to merge 8 commits intoalibaba:mainfrom
hittyt wants to merge 8 commits intoalibaba:mainfrom
Conversation
0c4737e to
df10828
Compare
Pangjiping
reviewed
Feb 1, 2026
sandboxes/code-interpreter/README.md
Outdated
| # For multi-architecture builds (requires Docker Buildx) | ||
| docker buildx build --platform linux/amd64,linux/arm64 \ | ||
| -t opensandbox/code-interpreter:latest . | ||
| -t opensandbox/code-interpreter:v1.0.1 . |
Collaborator
There was a problem hiding this comment.
we should not modify locally Docker-built image to any release version.
| chmod +x build.sh | ||
| ./build.sh | ||
|
|
||
| - name: Update Code Interpreter Version in Docs |
Collaborator
There was a problem hiding this comment.
Is it possible to support dynamic updates for all components, including components such as execd and egress?
Collaborator
Author
There was a problem hiding this comment.
Refactored update components logic
4500144 to
ef151ae
Compare
- Introduced 'sandboxes/code-interpreter/VERSION' as the single source of truth. - Added 'scripts/manage_sandbox_version.py' to automate version updates in docs/examples while preserving 'latest' in tests. - Updated '.github/workflows/manual-docker-publish.yml' to auto-trigger doc updates on release. - Added '.github/workflows/verify-sandbox-version.yml' as a CI gatekeeper. - Aligned existing documentation to v1.0.1.
ef151ae to
0bc4b77
Compare
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
Testing
Breaking Changes
Checklist