Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 5315fdf

Browse files
aptalcathelamer
authored andcommitted
add php-redis
1 parent 99dd852 commit 5315fdf

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ RUN \
5353
php7-pdo_mysql \
5454
php7-pdo_pgsql \
5555
php7-pdo_sqlite \
56+
php7-pecl-redis \
5657
php7-pgsql \
5758
php7-phar \
5859
php7-posix \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ RUN \
5353
php7-pdo_mysql \
5454
php7-pdo_pgsql \
5555
php7-pdo_sqlite \
56+
php7-pecl-redis \
5657
php7-pgsql \
5758
php7-phar \
5859
php7-posix \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ RUN \
5353
php7-pdo_mysql \
5454
php7-pdo_pgsql \
5555
php7-pdo_sqlite \
56+
php7-pecl-redis \
5657
php7-pgsql \
5758
php7-phar \
5859
php7-posix \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ Below are the instructions for updating containers:
234234

235235
## Versions
236236

237+
* **30.04.19:** - Add php-redis.
237238
* **12.04.19:** - Rebase aarch64 image to 3.9.
238239
* **25.03.19:** - Rebase aarch64 image back to 3.8 due to python issues (specifically with fail2ban), switch packages to python 3 on amd64 and armhf, clean up pip/python cache to shrink image size.
239240
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126

127127
# changelog
128128
changelogs:
129+
- { date: "30.04.19:", desc: "Add php-redis." }
129130
- { date: "12.04.19:", desc: "Rebase aarch64 image to 3.9." }
130131
- { date: "25.03.19:", desc: "Rebase aarch64 image back to 3.8 due to python issues (specifically with fail2ban), switch packages to python 3 on amd64 and armhf, clean up pip/python cache to shrink image size." }
131132
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }

0 commit comments

Comments
 (0)