Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ Simple Debian container with Git installed.

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

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

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


---

_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`._
7 changes: 4 additions & 3 deletions src/debian/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "debian",
"version": "3.0.2",
"version": "4.0.0",
"name": "Debian",
"description": "Simple Debian container with Git installed.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/debian",
Expand All @@ -9,12 +9,13 @@
"options": {
"imageVariant": {
"type": "string",
"description": "Debian version (use bookworm or bullseye on local arm64/Apple Silicon):",
"description": "Debian version (use trixie bookworm or bullseye on local arm64/Apple Silicon):",
"proposals": [
"trixie",
"bookworm",
"bullseye"
],
"default": "bullseye"
"default": "trixie"
}
},
"platforms": ["Any"],
Expand Down