[ruby] - Add support for debian trixie(13)#1522
Merged
Merged
Conversation
Kaniska244
marked this pull request as ready for review
September 1, 2025 11:29
AlvaroRausell
suggested changes
Sep 1, 2025
AlvaroRausell
approved these changes
Sep 1, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for Debian Trixie (13) as the new default base OS for the Ruby devcontainer image, bumping the major version from 1.4.5 to 2.0.0 due to the breaking change in default OS.
- Updates manifest to include 3.4-trixie, 3.3-trixie, and 3.2-trixie variants with appropriate architecture support
- Changes default variant from bookworm to trixie in Dockerfile
- Updates README documentation to reflect new version numbering and available variants
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/ruby/manifest.json | Bumps version to 2.0.0, adds trixie variants with architecture definitions, updates variantTags to make trixie the default while maintaining bookworm and bullseye tag specificity |
| src/ruby/README.md | Updates documentation to list trixie variants first and references new 2.x version scheme |
| src/ruby/.devcontainer/devcontainer-lock.json | Updates feature dependencies to newer versions |
| src/ruby/.devcontainer/Dockerfile | Changes default VARIANT from 3-bookworm to 3-trixie |
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.
Ref: https://github.com/devcontainers/internal/issues/283
Devcontainer Image:
Description of changes:
Changelog:
Checklist: