Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion src/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A simple Ubuntu container with Git and other common utilities installed.

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| imageVariant | Ubuntu version (use ubuntu22.04 or ubuntu24.04 on local arm64/Apple Silicon): | string | noble |
| imageVariant | Ubuntu version (use ubuntu 26.04 or ubuntu24.04 or ubuntu22.04 on local arm64/Apple Silicon): | string | resolute | noble | jammy

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

Expand Down
7 changes: 4 additions & 3 deletions src/ubuntu/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ubuntu",
"version": "2.0.0",
"version": "3.0.0",
"name": "Ubuntu",
"description": "A simple Ubuntu container with Git and other common utilities installed.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ubuntu",
Expand All @@ -9,12 +9,13 @@
"options": {
"imageVariant": {
"type": "string",
"description": "Ubuntu version (use ubuntu-22.04 or ubuntu-24.04 on local arm64/Apple Silicon):",
"description": "Ubuntu version (use ubuntu-26.04 or ubuntu-22.04 or ubuntu-24.04 on local arm64/Apple Silicon):",
Comment thread
abdurriq marked this conversation as resolved.
Outdated
"proposals": [
"resolute",
"noble",
"jammy"
],
"default": "noble"
"default": "resolute"
}
},
"platforms": ["Any"],
Expand Down
Loading