Skip to content

Commit ed6ae81

Browse files
[ubuntu] - Ubuntu focal EOL base image. (#343)
* Ubuntu focal EOL cpp image. * Major version bump based on the review comment. * Correction based on review comment. --------- Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
1 parent 4ea0c0e commit ed6ae81

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/ubuntu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A simple Ubuntu container with Git and other common utilities installed.
77

88
| Options Id | Description | Type | Default Value |
99
|-----|-----|-----|-----|
10-
| imageVariant | Ubuntu version (use ubuntu-22.04 or ubuntu-24.04 on local arm64/Apple Silicon): | string | jammy |
10+
| imageVariant | Ubuntu version (use ubuntu-22.04 or ubuntu-24.04 on local arm64/Apple Silicon): | string | noble |
1111

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

src/ubuntu/devcontainer-template.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ubuntu",
3-
"version": "1.3.2",
3+
"version": "2.0.0",
44
"name": "Ubuntu",
55
"description": "A simple Ubuntu container with Git and other common utilities installed.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ubuntu",
@@ -12,10 +12,9 @@
1212
"description": "Ubuntu version (use ubuntu-22.04 or ubuntu-24.04 on local arm64/Apple Silicon):",
1313
"proposals": [
1414
"noble",
15-
"jammy",
16-
"focal"
15+
"jammy"
1716
],
18-
"default": "jammy"
17+
"default": "noble"
1918
}
2019
},
2120
"platforms": ["Any"],

0 commit comments

Comments
 (0)