Skip to content

Commit fce346b

Browse files
authored
Merge branch 'main' into update_action_#296_VG
2 parents 1126f06 + ed6ae81 commit fce346b

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

src/cpp-mariadb/devcontainer-template.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "cpp-mariadb",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"name": "C++ & MariaDB",
55
"description": "Develop C++ applications on Linux. Includes Debian C++ build tools.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/cpp-mariadb",
@@ -14,8 +14,7 @@
1414
"debian-12",
1515
"debian-11",
1616
"ubuntu-24.04",
17-
"ubuntu-22.04",
18-
"ubuntu-20.04"
17+
"ubuntu-22.04"
1918
],
2019
"default": "debian-11"
2120
},

src/cpp/devcontainer-template.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "cpp",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"name": "C++",
55
"description": "Develop C++ applications on Linux. Includes Debian C++ build tools.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/cpp",
@@ -14,8 +14,7 @@
1414
"debian-12",
1515
"debian-11",
1616
"ubuntu-24.04",
17-
"ubuntu-22.04",
18-
"ubuntu-20.04"
17+
"ubuntu-22.04"
1918
],
2019
"default": "debian-11"
2120
},

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)