Skip to content

Commit 4e1f830

Browse files
CopilotKaniska244
andcommitted
Add 8-trixie and 8-bookworm variants to java and java-postgres templates
Added Java 8 variants (8-trixie, 8-bookworm) to both java and java-postgres devcontainer-template.json proposals. Tags verified against MCR. Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
1 parent c720a30 commit 4e1f830

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/java-postgres/devcontainer-template.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"21-trixie",
1616
"17-trixie",
1717
"11-trixie",
18+
"8-trixie",
1819
"25-bookworm",
1920
"21-bookworm",
2021
"17-bookworm",
21-
"11-bookworm"
22+
"11-bookworm",
23+
"8-bookworm"
2224
],
2325
"default": "25-trixie"
2426
},

src/java/devcontainer-template.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"21-trixie",
1616
"17-trixie",
1717
"11-trixie",
18+
"8-trixie",
1819
"25-bookworm",
1920
"21-bookworm",
2021
"17-bookworm",
21-
"11-bookworm"
22+
"11-bookworm",
23+
"8-bookworm"
2224
],
2325
"default": "25-trixie"
2426
},

0 commit comments

Comments
 (0)