Skip to content

Commit 18788bf

Browse files
committed
Add Alpine 3.20 and drop 3.18
1 parent 396ead8 commit 18788bf

Some content is hidden

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

56 files changed

+22
-22
lines changed

8.1/alpine3.18/cli/Dockerfile renamed to 8.1/alpine3.20/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.18/fpm/Dockerfile renamed to 8.1/alpine3.20/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.18/zts/Dockerfile renamed to 8.1/alpine3.20/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.18/cli/Dockerfile renamed to 8.2/alpine3.20/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.18/fpm/Dockerfile renamed to 8.2/alpine3.20/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.18/zts/Dockerfile renamed to 8.2/alpine3.20/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.18/cli/Dockerfile renamed to 8.3/alpine3.20/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.18/fpm/Dockerfile renamed to 8.3/alpine3.20/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.18/zts/Dockerfile renamed to 8.3/alpine3.20/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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"bullseye/apache",
1313
"bullseye/fpm",
1414
"bullseye/zts",
15+
"alpine3.20/cli",
16+
"alpine3.20/fpm",
17+
"alpine3.20/zts",
1518
"alpine3.19/cli",
1619
"alpine3.19/fpm",
17-
"alpine3.19/zts",
18-
"alpine3.18/cli",
19-
"alpine3.18/fpm",
20-
"alpine3.18/zts"
20+
"alpine3.19/zts"
2121
],
2222
"version": "8.1.28"
2323
},
@@ -35,12 +35,12 @@
3535
"bullseye/apache",
3636
"bullseye/fpm",
3737
"bullseye/zts",
38+
"alpine3.20/cli",
39+
"alpine3.20/fpm",
40+
"alpine3.20/zts",
3841
"alpine3.19/cli",
3942
"alpine3.19/fpm",
40-
"alpine3.19/zts",
41-
"alpine3.18/cli",
42-
"alpine3.18/fpm",
43-
"alpine3.18/zts"
43+
"alpine3.19/zts"
4444
],
4545
"version": "8.2.19"
4646
},
@@ -58,12 +58,12 @@
5858
"bullseye/apache",
5959
"bullseye/fpm",
6060
"bullseye/zts",
61+
"alpine3.20/cli",
62+
"alpine3.20/fpm",
63+
"alpine3.20/zts",
6164
"alpine3.19/cli",
6265
"alpine3.19/fpm",
63-
"alpine3.19/zts",
64-
"alpine3.18/cli",
65-
"alpine3.18/fpm",
66-
"alpine3.18/zts"
66+
"alpine3.19/zts"
6767
],
6868
"version": "8.3.7"
6969
},

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ for version in "${versions[@]}"; do
8787
for suite in \
8888
bookworm \
8989
bullseye \
90+
alpine3.20 \
9091
alpine3.19 \
91-
alpine3.18 \
9292
; do
9393
for variant in cli apache fpm zts; do
9494
if [[ "$suite" = alpine* ]]; then

0 commit comments

Comments
 (0)