Skip to content

Commit 904a84a

Browse files
committed
Add Alpine 3.22 (remove Alpine 3.20)
1 parent 4c0c395 commit 904a84a

File tree

74 files changed

+29
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+29
-29
lines changed

8.1/alpine3.20/cli/Dockerfile renamed to 8.1/alpine3.22/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.1/alpine3.20/fpm/Dockerfile renamed to 8.1/alpine3.22/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.1/alpine3.20/zts/Dockerfile renamed to 8.1/alpine3.22/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.2/alpine3.20/cli/Dockerfile renamed to 8.2/alpine3.22/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.2/alpine3.20/fpm/Dockerfile renamed to 8.2/alpine3.22/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.2/alpine3.20/zts/Dockerfile renamed to 8.2/alpine3.22/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.3/alpine3.20/cli/Dockerfile renamed to 8.3/alpine3.22/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.3/alpine3.20/fpm/Dockerfile renamed to 8.3/alpine3.22/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.3/alpine3.20/zts/Dockerfile renamed to 8.3/alpine3.22/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.4/alpine3.20/cli/Dockerfile renamed to 8.4/alpine3.22/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.4/alpine3.20/fpm/Dockerfile renamed to 8.4/alpine3.22/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.4/alpine3.20/zts/Dockerfile renamed to 8.4/alpine3.22/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"bullseye/apache",
1414
"bullseye/fpm",
1515
"bullseye/zts",
16+
"alpine3.22/cli",
17+
"alpine3.22/fpm",
18+
"alpine3.22/zts",
1619
"alpine3.21/cli",
1720
"alpine3.21/fpm",
18-
"alpine3.21/zts",
19-
"alpine3.20/cli",
20-
"alpine3.20/fpm",
21-
"alpine3.20/zts"
21+
"alpine3.21/zts"
2222
]
2323
},
2424
"8.1-rc": null,
@@ -36,12 +36,12 @@
3636
"bullseye/apache",
3737
"bullseye/fpm",
3838
"bullseye/zts",
39+
"alpine3.22/cli",
40+
"alpine3.22/fpm",
41+
"alpine3.22/zts",
3942
"alpine3.21/cli",
4043
"alpine3.21/fpm",
41-
"alpine3.21/zts",
42-
"alpine3.20/cli",
43-
"alpine3.20/fpm",
44-
"alpine3.20/zts"
44+
"alpine3.21/zts"
4545
]
4646
},
4747
"8.2-rc": null,
@@ -59,12 +59,12 @@
5959
"bullseye/apache",
6060
"bullseye/fpm",
6161
"bullseye/zts",
62+
"alpine3.22/cli",
63+
"alpine3.22/fpm",
64+
"alpine3.22/zts",
6265
"alpine3.21/cli",
6366
"alpine3.21/fpm",
64-
"alpine3.21/zts",
65-
"alpine3.20/cli",
66-
"alpine3.20/fpm",
67-
"alpine3.20/zts"
67+
"alpine3.21/zts"
6868
]
6969
},
7070
"8.3-rc": null,
@@ -82,12 +82,12 @@
8282
"bullseye/apache",
8383
"bullseye/fpm",
8484
"bullseye/zts",
85+
"alpine3.22/cli",
86+
"alpine3.22/fpm",
87+
"alpine3.22/zts",
8588
"alpine3.21/cli",
8689
"alpine3.21/fpm",
87-
"alpine3.21/zts",
88-
"alpine3.20/cli",
89-
"alpine3.20/fpm",
90-
"alpine3.20/zts"
90+
"alpine3.21/zts"
9191
]
9292
},
9393
"8.4-rc": null

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ for version in "${versions[@]}"; do
8282
for suite in \
8383
bookworm \
8484
bullseye \
85+
alpine3.22 \
8586
alpine3.21 \
86-
alpine3.20 \
8787
; do
8888
for variant in cli apache fpm zts; do
8989
if [[ "$suite" = alpine* ]]; then

0 commit comments

Comments
 (0)