mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-20 04:43:53 +01:00
Merge pull request #541 from J0WI/redis-4.2.0-apcu-5.1.13
Update php-redis to 4.2.0 and php-apcu to 5.1.13
This commit is contained in:
commit
b4c914d530
22 changed files with 44 additions and 44 deletions
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -45,9 +45,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -45,9 +45,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -45,9 +45,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -45,9 +45,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -45,9 +45,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -45,9 +45,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -45,9 +45,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -51,9 +51,9 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.12; \
|
||||
pecl install APCu-5.1.13; \
|
||||
pecl install memcached-3.0.4; \
|
||||
pecl install redis-4.1.1; \
|
||||
pecl install redis-4.2.0; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
apcu \
|
||||
|
|
|
@ -25,9 +25,9 @@ declare -A extras=(
|
|||
)
|
||||
|
||||
declare -A pecl_versions=(
|
||||
[APCu]='5.1.12'
|
||||
[APCu]='5.1.13'
|
||||
[memcached]='3.0.4'
|
||||
[redis]='4.1.1'
|
||||
[redis]='4.2.0'
|
||||
)
|
||||
|
||||
variants=(
|
||||
|
|
Loading…
Reference in a new issue