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. diff --git a/src/ubuntu/devcontainer-template.json b/src/ubuntu/devcontainer-template.json index ecc605af..f545ce32 100644 --- a/src/ubuntu/devcontainer-template.json +++ b/src/ubuntu/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "ubuntu", - "version": "1.3.2", + "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", @@ -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"],