Skip to content

Conversation

@sireeshajonnalagadda
Copy link
Contributor

Ref: https://github.com/devcontainers/internal/issues/283

Devcontainer Templates:

java
java-postgres
Description of changes:

Aims to add support for debian trixie (13)
Changelog:

Change in Dockerfile to add debian trixie image variant
Change in devcontainer-template.json to add debian trixie as the default option.
Change in readme file.
Checklist:

All checks are passed.

@sireeshajonnalagadda sireeshajonnalagadda marked this pull request as ready for review September 29, 2025 08:28
@sireeshajonnalagadda sireeshajonnalagadda requested a review from a team as a code owner September 29, 2025 08:28

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| imageVariant | Java version (use -bookworm, or -bullseye variants on local arm64/Apple Silicon): | string | 21-bullseye |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest Java LTS is 25. I suggest documenting with the latest GA and LTS version.

Copy link

@brunoborges brunoborges left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Microsoft Build of OpenJDK 25 is now available and 25 is the latest LTS.

"type": "string",
"description": "Java version (use -bookworm, or -bullseye variants on local arm64/Apple Silicon):",
"proposals": [
"21-trixie",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is missing 25-trixie

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| imageVariant | Java version (use -bookworm, or -bullseye variants on local arm64/Apple Silicon): | string | 21-bullseye |
| imageVariant | Java version (use -trixie, or -bookworm variants on local arm64/Apple Silicon): | string | 21-trixie |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommend 25-trixie (latest LTS)

"description": "Java version (use -bookworm, or -bullseye variants on local arm64/Apple Silicon):",
"description": "Java version (use -trixie, or -bookworm, variants on local arm64/Apple Silicon):",
"proposals": [
"21-trixie",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing 25-trixie

"8-bookworm"
],
"default": "21-bullseye"
"default": "21-trixie"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default should move to latest LTS, 25-trixie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants