Skip to content

Commit

Permalink
Add support for alpine 3.17, remove alpine 3.15
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Squizzato <ksquizzato@mirantis.com>
  • Loading branch information
squizzi committed Nov 21, 2022
1 parent 326acd5 commit 3b79282
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 1.18/alpine3.15/Dockerfile → 1.18/alpine3.17/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 1.19/alpine3.15/Dockerfile → 1.19/alpine3.17/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@
"variants": [
"bullseye",
"buster",
"alpine3.17",
"alpine3.16",
"alpine3.15",
"windows/windowsservercore-ltsc2022",
"windows/windowsservercore-1809",
"windows/nanoserver-ltsc2022",
Expand Down Expand Up @@ -320,8 +320,8 @@
"variants": [
"bullseye",
"buster",
"alpine3.17",
"alpine3.16",
"alpine3.15",
"windows/windowsservercore-ltsc2022",
"windows/windowsservercore-1809",
"windows/nanoserver-ltsc2022",
Expand Down
4 changes: 2 additions & 2 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ for version in "${versions[@]}"; do
"bullseye",
"buster",
(
"3.16",
"3.15"
"3.17",
"3.16"
| "alpine" + .),
if .arches | has("windows-amd64") then
(
Expand Down

0 comments on commit 3b79282

Please sign in to comment.