0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-05-03 07:30:53 +02:00

Remove EOL 23 (#1951)

* Remove EOL 23

Signed-off-by: J0WI <J0WI@users.noreply.github.com>

* Clenaup GMP extension installation

Signed-off-by: J0WI <J0WI@users.noreply.github.com>

---------

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2023-03-21 18:45:38 +00:00 committed by GitHub
parent 287f6ddc86
commit 321d0b29a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 76 additions and 1817 deletions

View file

@ -2,7 +2,6 @@
set -eo pipefail
declare -A php_version=(
[23]='8.0'
[24]='8.0'
[default]='8.1'
)
@ -78,7 +77,7 @@ variants=(
fpm-alpine
)
min_version='23'
min_version='24'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {
@ -112,8 +111,6 @@ function create_variant() {
s/%%REDIS_VERSION%%/'"${pecl_versions[redis]}"'/g;
s/%%IMAGICK_VERSION%%/'"${pecl_versions[imagick]}"'/g;
s/%%CRONTAB_INT%%/'"$crontabInt"'/g;
\@docker-php-ext-configure gmp --with-gmp@d;
\@/usr/include/gmp.h@d;
' "$dir/Dockerfile"
# Copy the shell scripts