Skip to content

Commit 44a5523

Browse files
EOL - Alpine 3.14 (devcontainers#562)
1 parent 8fb5d26 commit 44a5523

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

src/base-alpine/.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# [Choice] Alpine version: 3.17, 3.16, 3.15, 3.14
1+
# [Choice] Alpine version: 3.17, 3.16, 3.15
22
ARG VARIANT=3.17
33
FROM alpine:${VARIANT}
44

55
ARG VARIANT
66

77
# Temporary: Upgrade packages due to mentioned CVEs
8-
RUN if [[ "$VARIANT" == "3.14" || "$VARIANT" == "3.15" ]]; then \
8+
RUN if [[ "$VARIANT" == "3.15" ]]; then \
99
apk update \
1010
# https://security.alpinelinux.org/vuln/CVE-2023-27320
1111
&& apk add sudo>=1.9.12-r1 --repository https://dl-cdn.alpinelinux.org/alpine/latest-stable/community ; \

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

0 commit comments

Comments
 (0)