From 06e2cce477514cf960512a41611938a8357e4fd4 Mon Sep 17 00:00:00 2001 From: sireeshajonnalagadda Date: Tue, 28 Apr 2026 06:40:47 +0000 Subject: [PATCH 1/3] Update Ubuntu version to 3.0.0 and include support for Ubuntu 26.04 in template descriptions --- src/ubuntu/README.md | 2 +- src/ubuntu/devcontainer-template.json | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/ubuntu/README.md b/src/ubuntu/README.md index beac81a7..52c5cb11 100644 --- a/src/ubuntu/README.md +++ b/src/ubuntu/README.md @@ -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 ubuntu22.04 or ubuntu24.04 on local arm64/Apple Silicon): | string | noble | This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata. diff --git a/src/ubuntu/devcontainer-template.json b/src/ubuntu/devcontainer-template.json index f545ce32..47f95da5 100644 --- a/src/ubuntu/devcontainer-template.json +++ b/src/ubuntu/devcontainer-template.json @@ -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", @@ -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):", "proposals": [ + "resolute", "noble", "jammy" ], - "default": "noble" + "default": "resolute" } }, "platforms": ["Any"], From 4c58b1b3fbc791177a292503798b0ebd5d149385 Mon Sep 17 00:00:00 2001 From: sireeshajonnalagadda Date: Mon, 1 Jun 2026 15:50:20 +0530 Subject: [PATCH 2/3] Modify imageVariant default value in README Update default value for imageVariant option in README. --- src/ubuntu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ubuntu/README.md b/src/ubuntu/README.md index 52c5cb11..ef7b1140 100644 --- a/src/ubuntu/README.md +++ b/src/ubuntu/README.md @@ -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 ubuntu 26.04 or 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. From 6e3a1a0ce6ce81a4455bb3a9e21ce7d7bae4b13e Mon Sep 17 00:00:00 2001 From: Abdurrahmaan Iqbal Date: Tue, 2 Jun 2026 12:11:14 +0100 Subject: [PATCH 3/3] Fix description for imageVariant in devcontainer-template --- src/ubuntu/devcontainer-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ubuntu/devcontainer-template.json b/src/ubuntu/devcontainer-template.json index 47f95da5..beb66958 100644 --- a/src/ubuntu/devcontainer-template.json +++ b/src/ubuntu/devcontainer-template.json @@ -9,7 +9,7 @@ "options": { "imageVariant": { "type": "string", - "description": "Ubuntu version (use ubuntu-26.04 or ubuntu-22.04 or ubuntu-24.04 on local arm64/Apple Silicon):", + "description": "Ubuntu version (use ubuntu-26.04 or ubuntu-24.04 or ubuntu-22.04 on local arm64/Apple Silicon):", "proposals": [ "resolute", "noble",