Fix: Document all architecture-specific Docker tags in release notes#40
Merged
Fix: Document all architecture-specific Docker tags in release notes#40
Conversation
Adding CLAUDE.md with task information for AI processing. This file will be removed when the task is complete. Issue: #39
The release workflow already builds and pushes architecture-specific tags (-amd64, -arm64) for all sandbox images, but the release notes only documented "(multi-arch)" for essentials, JS, and language sandboxes. Changes: - Add -amd64 and -arm64 tag documentation for essentials sandbox - Add -amd64 and -arm64 tag documentation for JS sandbox - Add architecture-specific tags table for all 11 language sandboxes - Update GHCR section to mention all tag variants - Update Quick Start with examples for pulling specific architectures - Add case study documentation for issue #39 Closes #39 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This reverts commit 6936597.
Member
Author
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
Now working session is ended, feel free to review and add any feedback on the solution draft. |
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
-amd64,-arm64) for all sandbox imagesProblem
The v1.3.0 release notes only mentioned architecture-specific tags for the full sandbox image, but not for essentials, JS, or language sandboxes. However, the CI workflow already correctly builds and pushes these tags to Docker Hub.
Evidence
All images actually have
-amd64and-arm64tags on Docker Hub:konard/sandbox-essentials:1.3.0-amd64,1.3.0-arm64✅konard/sandbox-js:1.3.0-amd64,1.3.0-arm64✅konard/sandbox-python:1.3.0-amd64,1.3.0-arm64✅But the release notes only showed
(multi-arch)for these images.Changes
.github/workflows/release.yml- Updated release notes template:-amd64and-arm64tag documentation for essentials sandbox-amd64and-arm64tag documentation for JS sandboxdocs/case-studies/issue-39/README.md- Case study documenting:Test Plan
python3 -c "import yaml; yaml.safe_load(...)")Closes
Closes #39
🤖 Generated with Claude Code