Skip to content

Commit a3af594

Browse files
Support for Alpine 3.22 (devcontainers#1473)
* EOL changes to alpine(3.18) * support for alpine 3.22 * Revert "EOL changes to alpine(3.18)" This reverts commit cc4b22b. * Update README.md * bump up the version * bump up the version * version update --------- Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
1 parent 53b88fb commit a3af594

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ARG VARIANT=3.21
1+
ARG VARIANT=3.22
22
FROM alpine:${VARIANT}

src/base-alpine/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| *Categories* | Core, Other |
1010
| *Image type* | Dockerfile |
1111
| *Published images* | mcr.microsoft.com/devcontainers/base:alpine |
12-
| *Available image variants* | alpine-3.21, alpine-3.20, alpine-3.19, alpine-3.18 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
12+
| *Available image variants* | alpine-3.22, alpine-3.21, alpine-3.20, alpine-3.19 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
1313
| *Published image architecture(s)* | x86-64, aarch64/arm64 |
1414
| *Container host OS support* | Linux, macOS, Windows |
1515
| *Container OS* | Alpine Linux |
@@ -22,10 +22,11 @@ See **[history](history)** for information on the contents of published images.
2222
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.
2323

2424
- `mcr.microsoft.com/devcontainers/base:alpine` (latest)
25+
- `mcr.microsoft.com/devcontainers/base:alpine-3.22`
2526
- `mcr.microsoft.com/devcontainers/base:alpine-3.21`
2627
- `mcr.microsoft.com/devcontainers/base:alpine-3.20`
2728
- `mcr.microsoft.com/devcontainers/base:alpine-3.19`
28-
- `mcr.microsoft.com/devcontainers/base:alpine-3.18`
29+
2930

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

src/base-alpine/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"version": "0.210.5",
2+
"version": "1.0.0",
33
"variants": [
4+
"3.22",
45
"3.21",
56
"3.20",
6-
"3.19",
7-
"3.18"
7+
"3.19"
88
],
99
"build": {
1010
"latest": false,
@@ -18,7 +18,7 @@
1818
"base:${VERSION}-alpine${VARIANT}"
1919
],
2020
"variantTags": {
21-
"3.21": [
21+
"3.22": [
2222
"base:${VERSION}-alpine"
2323
]
2424
}

0 commit comments

Comments
 (0)