Skip to content

Commit ed28cd8

Browse files
Ubuntu 18.04 (bionic) - End of Standard Support (devcontainers#587)
1 parent 4d7d71e commit ed28cd8

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

src/base-ubuntu/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Choice] Ubuntu version (use jammy or bionic on local arm64/Apple Silicon): jammy, focal, bionic
1+
# [Choice] Ubuntu version (use jammy on local arm64/Apple Silicon): jammy, focal
22
ARG VARIANT="jammy"
33
FROM buildpack-deps:${VARIANT}-curl
44

src/base-ubuntu/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
| *Categories* | Core, Other |
1010
| *Image type* | Dockerfile |
1111
| *Published images* | mcr.microsoft.com/devcontainers/base:ubuntu |
12-
| *Available image variants* | ubuntu-22.04 / jammy, ubuntu-20.04 / focal, ubuntu-18.04 / bionic ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
13-
| *Published image architecture(s)* | x86-64, aarch64/arm64 for `ubuntu-22.04` (`jammy`) and `ubuntu-18.04` (`bionic`) variants |
12+
| *Available image variants* | ubuntu-22.04 / jammy, ubuntu-20.04 / focal ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
13+
| *Published image architecture(s)* | x86-64, aarch64/arm64 for `ubuntu-22.04` (`jammy`) variant |
1414
| *Container host OS support* | Linux, macOS, Windows |
1515
| *Container OS* | Ubuntu |
1616
| *Languages, platforms* | Any |
@@ -24,15 +24,14 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
2424
- `mcr.microsoft.com/devcontainers/base:ubuntu` (latest LTS release)
2525
- `mcr.microsoft.com/devcontainers/base:ubuntu-22.04` (or `jammy`)
2626
- `mcr.microsoft.com/devcontainers/base:ubuntu-20.04` (or `focal`)
27-
- `mcr.microsoft.com/devcontainers/base:ubuntu-18.04` (or `bionic`)
2827

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

3130
You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:
3231

33-
- `mcr.microsoft.com/devcontainers/base:1-focal`
34-
- `mcr.microsoft.com/devcontainers/base:1.0-focal`
35-
- `mcr.microsoft.com/devcontainers/base:1.0.0-focal`
32+
- `mcr.microsoft.com/devcontainers/base:1-jammy`
33+
- `mcr.microsoft.com/devcontainers/base:1.0-jammy`
34+
- `mcr.microsoft.com/devcontainers/base:1.0.0-jammy`
3635

3736
See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/base/tags/list).
3837

src/base-ubuntu/manifest.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"version": "1.0.12",
33
"variants": [
44
"jammy",
5-
"focal",
6-
"bionic"
5+
"focal"
76
],
87
"build": {
98
"latest": false,
@@ -15,10 +14,6 @@
1514
],
1615
"focal": [
1716
"linux/amd64"
18-
],
19-
"bionic": [
20-
"linux/amd64",
21-
"linux/arm64"
2217
]
2318
},
2419
"tags": [
@@ -33,10 +28,6 @@
3328
"focal": [
3429
"base:${VERSION}-ubuntu-20.04",
3530
"base:${VERSION}-ubuntu20.04"
36-
],
37-
"bionic": [
38-
"base:${VERSION}-ubuntu-18.04",
39-
"base:${VERSION}-ubuntu18.04"
4031
]
4132
}
4233
},

0 commit comments

Comments
 (0)