Skip to content

Commit 439ff2e

Browse files
[debian]- Add support for debian trixie(13) (#361)
* [debian]- Add support for debian trixie(13) * .
1 parent 9c5f02d commit 439ff2e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/debian/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ Simple Debian container with Git installed.
77

88
| Options Id | Description | Type | Default Value |
99
|-----|-----|-----|-----|
10-
| imageVariant | Debian version (use bookworm or bullseye on local arm64/Apple Silicon): | string | bullseye |
10+
| imageVariant | Debian version (use trixie bookworm or bullseye on local arm64/Apple Silicon): | string | trixie |
1111

1212
This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.
1313

1414
* **Image**: mcr.microsoft.com/devcontainers/base:debian ([source](https://github.com/devcontainers/images/tree/main/src/base-debian))
1515
* **Applies devcontainer.json contents from image**: Yes ([source](https://github.com/devcontainers/images/blob/main/src/base-debian/.devcontainer/devcontainer.json))
1616

17-
1817
---
1918

2019
_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/debian/devcontainer-template.json). Add additional notes to a `NOTES.md`._

src/debian/devcontainer-template.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "debian",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"name": "Debian",
55
"description": "Simple Debian container with Git installed.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/debian",
@@ -9,12 +9,13 @@
99
"options": {
1010
"imageVariant": {
1111
"type": "string",
12-
"description": "Debian version (use bookworm or bullseye on local arm64/Apple Silicon):",
12+
"description": "Debian version (use trixie bookworm or bullseye on local arm64/Apple Silicon):",
1313
"proposals": [
14+
"trixie",
1415
"bookworm",
1516
"bullseye"
1617
],
17-
"default": "bullseye"
18+
"default": "trixie"
1819
}
1920
},
2021
"platforms": ["Any"],

0 commit comments

Comments
 (0)