Skip to content

Commit cc4b22b

Browse files
EOL changes to alpine(3.18)
1 parent 394d07c commit cc4b22b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/base-alpine/README.md

Lines changed: 1 addition & 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.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 |
@@ -25,7 +25,6 @@ You can also directly reference pre-built versions of `.devcontainer/Dockerfile`
2525
- `mcr.microsoft.com/devcontainers/base:alpine-3.21`
2626
- `mcr.microsoft.com/devcontainers/base:alpine-3.20`
2727
- `mcr.microsoft.com/devcontainers/base:alpine-3.19`
28-
- `mcr.microsoft.com/devcontainers/base:alpine-3.18`
2928

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

src/base-alpine/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"variants": [
44
"3.21",
55
"3.20",
6-
"3.19",
7-
"3.18"
6+
"3.19"
87
],
98
"build": {
109
"latest": false,

0 commit comments

Comments
 (0)