Skip to content

Commit 0ce3c38

Browse files
EOL - Aplpine 3.15 (devcontainers#832)
1 parent b9835c6 commit 0ce3c38

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/base-alpine/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Choice] Alpine version: 3.18, 3.17, 3.16, 3.15
1+
# [Choice] Alpine version: 3.18, 3.17, 3.16
22
ARG VARIANT=3.18
33
FROM alpine:${VARIANT}
44

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.18, alpine-3.17, alpine-3.16, alpine-3.15 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
12+
| *Available image variants* | alpine-3.18, alpine-3.17, alpine-3.16 ([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.18`
2626
- `mcr.microsoft.com/devcontainers/base:alpine-3.17`
2727
- `mcr.microsoft.com/devcontainers/base:alpine-3.16`
28-
- `mcr.microsoft.com/devcontainers/base:alpine-3.15`
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.18",
55
"3.17",
6-
"3.16",
7-
"3.15"
6+
"3.16"
87
],
98
"build": {
109
"latest": false,

0 commit comments

Comments
 (0)