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

Remove EOL 16.0

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2020-06-09 15:28:58 +02:00
parent 3ac6fde8d6
commit 2ad4252386
33 changed files with 3 additions and 1335 deletions

View file

@ -5,7 +5,6 @@ declare -A php_version=(
[default]='7.4'
[18.0]='7.3'
[17.0]='7.3'
[16.0]='7.3'
)
declare -A cmd=(
@ -28,7 +27,6 @@ declare -A extras=(
declare -A crontab_int=(
[default]='5'
[16.0]='15'
)
apcu_version="$(
@ -80,7 +78,7 @@ variants=(
fpm-alpine
)
min_version='16.0'
min_version='17.0'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {
@ -148,7 +146,7 @@ function create_variant() {
esac
case "$version" in
16.*|17.*|18.* )
17.*|18.* )
sed -ri -e '
\@bcmath@d;
s/'"redis-${pecl_versions[redis]}"'/redis-4.3.0/g;