Skip to content

Commit

Permalink
EOL - Aplpine 3.15 (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale authored Nov 3, 2023
1 parent b9835c6 commit 0ce3c38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/base-alpine/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Choice] Alpine version: 3.18, 3.17, 3.16, 3.15
# [Choice] Alpine version: 3.18, 3.17, 3.16
ARG VARIANT=3.18
FROM alpine:${VARIANT}

Expand Down
3 changes: 1 addition & 2 deletions src/base-alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| *Categories* | Core, Other |
| *Image type* | Dockerfile |
| *Published images* | mcr.microsoft.com/devcontainers/base:alpine |
| *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)) |
| *Available image variants* | alpine-3.18, alpine-3.17, alpine-3.16 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
| *Published image architecture(s)* | x86-64, aarch64/arm64 |
| *Container host OS support* | Linux, macOS, Windows |
| *Container OS* | Alpine Linux |
Expand All @@ -25,7 +25,6 @@ You can also directly reference pre-built versions of `.devcontainer/Dockerfile`
- `mcr.microsoft.com/devcontainers/base:alpine-3.18`
- `mcr.microsoft.com/devcontainers/base:alpine-3.17`
- `mcr.microsoft.com/devcontainers/base:alpine-3.16`
- `mcr.microsoft.com/devcontainers/base:alpine-3.15`

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

Expand Down
3 changes: 1 addition & 2 deletions src/base-alpine/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"variants": [
"3.18",
"3.17",
"3.16",
"3.15"
"3.16"
],
"build": {
"latest": false,
Expand Down

0 comments on commit 0ce3c38

Please sign in to comment.