Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Alpine]- 3.16 - EOL changes
  • Loading branch information
gauravsaini04 committed May 31, 2024
commit 3260fd8c2123729f656e9c50e2cd7f012ab01ee7
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.20, alpine-3.19, alpine-3.18, alpine-3.17, alpine-3.16 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
| *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)) |
| *Published image architecture(s)* | x86-64, aarch64/arm64 |
| *Container host OS support* | Linux, macOS, Windows |
| *Container OS* | Alpine Linux |
Expand All @@ -26,7 +26,6 @@ You can also directly reference pre-built versions of `.devcontainer/Dockerfile`
- `mcr.microsoft.com/devcontainers/base:alpine-3.19`
- `mcr.microsoft.com/devcontainers/base:alpine-3.18`
- `mcr.microsoft.com/devcontainers/base:alpine-3.17`
- `mcr.microsoft.com/devcontainers/base:alpine-3.16`

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 @@ -4,8 +4,7 @@
"3.20",
"3.19",
"3.18",
"3.17",
"3.16"
"3.17"
],
"build": {
"latest": false,
Expand Down