Skip to content

Commit 67ccd80

Browse files
authored
Support Alpine 3.21 (#1277)
* Alpine upgraed to version 3.21 * Update README.md to resolve conflict * Update README.md to add reference of Alpine 3.21
1 parent 4e1ab07 commit 67ccd80

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ARG VARIANT=3.20
1+
ARG VARIANT=3.21
22
FROM alpine:${VARIANT}

src/base-alpine/README.md

+2-1
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.20, alpine-3.19, alpine-3.18 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
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)) |
1313
| *Published image architecture(s)* | x86-64, aarch64/arm64 |
1414
| *Container host OS support* | Linux, macOS, Windows |
1515
| *Container OS* | Alpine Linux |
@@ -22,6 +22,7 @@ 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.21`
2526
- `mcr.microsoft.com/devcontainers/base:alpine-3.20`
2627
- `mcr.microsoft.com/devcontainers/base:alpine-3.19`
2728
- `mcr.microsoft.com/devcontainers/base:alpine-3.18`

src/base-alpine/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": "0.209.7",
33
"variants": [
4+
"3.21",
45
"3.20",
56
"3.19",
67
"3.18"
@@ -17,7 +18,7 @@
1718
"base:${VERSION}-alpine${VARIANT}"
1819
],
1920
"variantTags": {
20-
"3.20": [
21+
"3.21": [
2122
"base:${VERSION}-alpine"
2223
]
2324
}

0 commit comments

Comments
 (0)