Remove deprecated Ruby 3.2 variants from README and manifest files#1825
Open
sireeshajonnalagadda wants to merge 7 commits intodevcontainers:mainfrom
Open
Remove deprecated Ruby 3.2 variants from README and manifest files#1825sireeshajonnalagadda wants to merge 7 commits intodevcontainers:mainfrom
sireeshajonnalagadda wants to merge 7 commits intodevcontainers:mainfrom
Conversation
Updated Ruby version from 3.0.3 to 3.0.4 in manifest.json.
Contributor
There was a problem hiding this comment.
Pull request overview
Removes documentation and manifest entries for deprecated Ruby 3.2 image variants now that Ruby 3.2 is out of support, keeping published tags aligned with supported Ruby versions.
Changes:
- Removed Ruby
3.2tag references fromsrc/ruby/README.md. - Removed
3.2-*entries from parts ofsrc/ruby/manifest.json(architectures + variantTags).
Show a summary per file
| File | Description |
|---|---|
src/ruby/README.md |
Updates published/available tag documentation to drop Ruby 3.2 references. |
src/ruby/manifest.json |
Removes some Ruby 3.2 build/tag metadata, intended to stop publishing 3.2 variants. |
Copilot's findings
Comments suppressed due to low confidence (2)
src/ruby/manifest.json:36
- The Ruby 3.2 variants are still listed in the top-level
variantsarray (e.g.,3.2-trixie,3.2-bookworm,3.2-bullseye), but theirbuild.architecturesandbuild.variantTagsentries were removed in this PR. This leaves the manifest internally inconsistent and can break any tooling that iteratesvariantsto build/publish tags. Remove the 3.2 entries from thevariantsarray (and any other remaining 3.2 references in this manifest) so the manifest stays self-consistent.
This issue also appears on line 72 of the same file.
],
"3.4-bookworm": [
"linux/amd64",
"linux/arm64"
],
src/ruby/manifest.json:75
- This PR removes published variants (Ruby 3.2), which is a breaking change for consumers who pin those tags. Per the repo’s image-versioning practice, please bump
manifest.json'sversionusing semantic versioning for this change and update any README examples that reference the old${VERSION}(e.g.,3.0.3-...) to match the new version.
"3.4-bookworm": [
"ruby:${VERSION}-3.4-bookworm"
],
"3.3-bookworm": [
- Files reviewed: 2/2 changed files
- Comments generated: 1
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…e Dockerfile to correctly format fish prompt installation
…nd update Dockerfile to correctly format fish prompt installation" This reverts commit 129c218.
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.
Ruby 3.2 ended its support on 01-04-2026.
Ref-1464