Skip to content

Commit 9063bae

Browse files
Merge pull request #86 from devcontainers/samruddhikhandale/add-alpine-3.16
Add alpine 3.16
2 parents b072593 + e6a6223 commit 9063bae

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/base-alpine/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# [Choice] Alpine version: 3.15, 3.14, 3.13
2-
ARG VARIANT=3.15
1+
# [Choice] Alpine version: 3.16, 3.15, 3.14, 3.13
2+
ARG VARIANT=3.16
33
FROM alpine:${VARIANT}
44

55
# [Option] Install zsh

src/base-alpine/README.md

+2-1
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.15, alpine-3.14, alpine-3.13 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
12+
| *Available image variants* | alpine-3.16, alpine-3.15, alpine-3.14, alpine-3.13 ([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,6 +25,7 @@ You can also directly reference pre-built versions of `Dockerfile` by using the
2525
- `mcr.microsoft.com/devcontainers/base:alpine-3.13`
2626
- `mcr.microsoft.com/devcontainers/base:alpine-3.14`
2727
- `mcr.microsoft.com/devcontainers/base:alpine-3.15`
28+
- `mcr.microsoft.com/devcontainers/base:alpine-3.16`
2829

2930
You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:
3031

src/base-alpine/manifest.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"version": "0.204.6",
2+
"version": "0.204.7",
33
"variants": [
4+
"3.16",
45
"3.15",
56
"3.14",
67
"3.13"
@@ -29,4 +30,4 @@
2930
"Oh My Zsh!": "/home/vscode/.oh-my-zsh"
3031
}
3132
}
32-
}
33+
}

0 commit comments

Comments
 (0)