Skip to content

Commit ac4f805

Browse files
[Alpine]- 3.16 - EOL changes (#1085)
1 parent 501bc96 commit ac4f805

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.20, alpine-3.19, alpine-3.18, alpine-3.17, alpine-3.16 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
12+
| *Available image variants* | alpine-3.20, alpine-3.19, alpine-3.18, alpine-3.17 ([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 |
@@ -26,7 +26,6 @@ You can also directly reference pre-built versions of `.devcontainer/Dockerfile`
2626
- `mcr.microsoft.com/devcontainers/base:alpine-3.19`
2727
- `mcr.microsoft.com/devcontainers/base:alpine-3.18`
2828
- `mcr.microsoft.com/devcontainers/base:alpine-3.17`
29-
- `mcr.microsoft.com/devcontainers/base:alpine-3.16`
3029

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

src/base-alpine/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"3.20",
55
"3.19",
66
"3.18",
7-
"3.17",
8-
"3.16"
7+
"3.17"
98
],
109
"build": {
1110
"latest": false,

0 commit comments

Comments
 (0)