-
Notifications
You must be signed in to change notification settings - Fork 799
[typescript-node] Add support for debian trixie(13) #1548
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
[typescript-node] Add support for debian trixie(13) #1548
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for Debian Trixie (13) as the new default option for the typescript-node devcontainer image, replacing Bookworm as the latest variant.
- Updated the default variant from Debian Bookworm to Debian Trixie
- Added Trixie variants for Node.js versions 20, 22, and 24
- Bumped version from 3.0.3 to 4.0.0 to reflect the major change
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/typescript-node/manifest.json | Added Trixie variants, updated default to 24-trixie, and bumped version to 4.0.0 |
| src/typescript-node/README.md | Updated documentation to reflect new Trixie variants and version examples |
| src/typescript-node/.devcontainer/Dockerfile | Changed default variant from 24-bookworm to 24-trixie and updated base image version |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Ref: https://github.com/devcontainers/internal/issues/283
Devcontainer Image:
typescript-node
Description of changes:
Aims to add support for debian trixie (13)
Changelog:
Change in Dockerfiles to add debian trixie as the default option.
Change in manifest.json to add debian trixie image variant.
Change in readme file.
Checklist:
All checks are passed.