Skip to content

Commit 1831153

Browse files
Alpine 3.19 EOL (#1627)
* Alpine 3.19 EOL * bump up the version
1 parent 7171222 commit 1831153

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src/base-alpine/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
| *Categories* | Core, Other |
1010
| *Image type* | Dockerfile |
1111
| *Published images* | mcr.microsoft.com/devcontainers/base:alpine |
12-
| *Available image variants* | alpine3.22, alpine3.21, alpine3.20, alpine3.19 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
12+
| *Available image variants* | alpine-3.22, alpine-3.21, alpine-3.20 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
13+
1314
| *Published image architecture(s)* | x86-64, aarch64/arm64 |
1415
| *Container host OS support* | Linux, macOS, Windows |
1516
| *Container OS* | Alpine Linux |
@@ -22,10 +23,9 @@ See **[history](history)** for information on the contents of published images.
2223
You can also directly reference pre-built versions of `.devcontainer/Dockerfile` by using the `image` property in `.devcontainer/devcontainer.json` or updating the `FROM` statement in your own `Dockerfile` to one of the following. An example `Dockerfile` is included in this repository.
2324

2425
- `mcr.microsoft.com/devcontainers/base:alpine` (latest)
25-
- `mcr.microsoft.com/devcontainers/base:alpine3.22`
26-
- `mcr.microsoft.com/devcontainers/base:alpine3.21`
27-
- `mcr.microsoft.com/devcontainers/base:alpine3.20`
28-
- `mcr.microsoft.com/devcontainers/base:alpine3.19`
26+
- `mcr.microsoft.com/devcontainers/base:alpine-3.22`
27+
- `mcr.microsoft.com/devcontainers/base:alpine-3.21`
28+
- `mcr.microsoft.com/devcontainers/base:alpine-3.20`
2929

3030

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

src/base-alpine/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"version": "1.1.0",
2+
"version": "2.0.0",
33
"variants": [
44
"3.22",
55
"3.21",
6-
"3.20",
7-
"3.19"
6+
"3.20"
87
],
98
"build": {
109
"latest": false,

0 commit comments

Comments
 (0)