Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Ubuntu focal EOL for base image
  • Loading branch information
Kaniska244 committed May 23, 2025
commit 7406d470ae17f822ef92cf51e96f7dfaca4de526
3 changes: 1 addition & 2 deletions src/base-ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| *Categories* | Core, Other |
| *Image type* | Dockerfile |
| *Published images* | mcr.microsoft.com/devcontainers/base:ubuntu |
| *Available image variants* | ubuntu-24.04 / noble, ubuntu-22.04 / jammy, ubuntu-20.04 / focal ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
| *Available image variants* | ubuntu-24.04 / noble, ubuntu-22.04 / jammy ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
| *Published image architecture(s)* | x86-64, aarch64/arm64 for `ubuntu-22.04` (`jammy`) and `ubuntu-24.04` (`noble`) variants |
| *Container host OS support* | Linux, macOS, Windows |
| *Container OS* | Ubuntu |
Expand All @@ -24,7 +24,6 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
- `mcr.microsoft.com/devcontainers/base:ubuntu` (latest LTS release)
- `mcr.microsoft.com/devcontainers/base:ubuntu-24.04` (or `noble`)
- `mcr.microsoft.com/devcontainers/base:ubuntu-22.04` (or `jammy`)
- `mcr.microsoft.com/devcontainers/base:ubuntu-20.04` (or `focal`)

Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.

Expand Down
18 changes: 5 additions & 13 deletions src/base-ubuntu/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"version": "1.2.6",
"version": "1.2.7",
"variants": [
"noble",
"jammy",
"focal"
"jammy"
],
"build": {
"latest": false,
Expand All @@ -16,9 +15,6 @@
"jammy": [
"linux/amd64",
"linux/arm64"
],
"focal": [
"linux/amd64"
]
},
"tags": [
Expand All @@ -27,16 +23,12 @@
"variantTags": {
"noble": [
"base:${VERSION}-ubuntu-24.04",
"base:${VERSION}-ubuntu24.04"
"base:${VERSION}-ubuntu24.04",
"base:${VERSION}-ubuntu"
],
"jammy": [
"base:${VERSION}-ubuntu-22.04",
"base:${VERSION}-ubuntu22.04",
"base:${VERSION}-ubuntu"
],
"focal": [
"base:${VERSION}-ubuntu-20.04",
"base:${VERSION}-ubuntu20.04"
"base:${VERSION}-ubuntu22.04"
]
}
},
Expand Down