From 8c53a448912ac646097b7407b3613812a6f0fd10 Mon Sep 17 00:00:00 2001 From: Kaniska Date: Fri, 23 May 2025 09:17:24 +0000 Subject: [PATCH 1/3] Ubuntu focal EOL cpp image. --- src/ubuntu/devcontainer-template.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/ubuntu/devcontainer-template.json b/src/ubuntu/devcontainer-template.json index ecc605af..5151ffc2 100644 --- a/src/ubuntu/devcontainer-template.json +++ b/src/ubuntu/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "ubuntu", - "version": "1.3.2", + "version": "1.3.3", "name": "Ubuntu", "description": "A simple Ubuntu container with Git and other common utilities installed.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ubuntu", @@ -12,10 +12,9 @@ "description": "Ubuntu version (use ubuntu-22.04 or ubuntu-24.04 on local arm64/Apple Silicon):", "proposals": [ "noble", - "jammy", - "focal" + "jammy" ], - "default": "jammy" + "default": "noble" } }, "platforms": ["Any"], From acc540e7c5bcab00fb8be150cd7b089cf4ebd8da Mon Sep 17 00:00:00 2001 From: Kaniska Date: Wed, 25 Jun 2025 08:29:34 +0000 Subject: [PATCH 2/3] Major version bump based on the review comment. --- 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 5151ffc2..f545ce32 100644 --- a/src/ubuntu/devcontainer-template.json +++ b/src/ubuntu/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "ubuntu", - "version": "1.3.3", + "version": "2.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", From 5db41d0e76a0babbff79a5bea0de5d0843192e66 Mon Sep 17 00:00:00 2001 From: Kaniska Date: Fri, 27 Jun 2025 13:48:14 +0000 Subject: [PATCH 3/3] Correction based on review comment. --- 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 a6da1a2b..93ee9428 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-22.04 or ubuntu-24.04 on local arm64/Apple Silicon): | string | jammy | +| imageVariant | Ubuntu version (use ubuntu-22.04 or ubuntu-24.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.