Merge pull request #1514 from jnoordsij/add-alpine-3.20

Add Alpine 3.20 variant
This commit is contained in:
Tianon Gravi
2024-05-22 12:05:18 -07:00
committed by GitHub
56 changed files with 22 additions and 22 deletions

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)

View File

@ -12,12 +12,12 @@
"bullseye/apache",
"bullseye/fpm",
"bullseye/zts",
"alpine3.20/cli",
"alpine3.20/fpm",
"alpine3.20/zts",
"alpine3.19/cli",
"alpine3.19/fpm",
"alpine3.19/zts",
"alpine3.18/cli",
"alpine3.18/fpm",
"alpine3.18/zts"
"alpine3.19/zts"
],
"version": "8.1.28"
},
@ -35,12 +35,12 @@
"bullseye/apache",
"bullseye/fpm",
"bullseye/zts",
"alpine3.20/cli",
"alpine3.20/fpm",
"alpine3.20/zts",
"alpine3.19/cli",
"alpine3.19/fpm",
"alpine3.19/zts",
"alpine3.18/cli",
"alpine3.18/fpm",
"alpine3.18/zts"
"alpine3.19/zts"
],
"version": "8.2.19"
},
@ -58,12 +58,12 @@
"bullseye/apache",
"bullseye/fpm",
"bullseye/zts",
"alpine3.20/cli",
"alpine3.20/fpm",
"alpine3.20/zts",
"alpine3.19/cli",
"alpine3.19/fpm",
"alpine3.19/zts",
"alpine3.18/cli",
"alpine3.18/fpm",
"alpine3.18/zts"
"alpine3.19/zts"
],
"version": "8.3.7"
},

View File

@ -87,8 +87,8 @@ for version in "${versions[@]}"; do
for suite in \
bookworm \
bullseye \
alpine3.20 \
alpine3.19 \
alpine3.18 \
; do
for variant in cli apache fpm zts; do
if [[ "$suite" = alpine* ]]; then