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

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Diff for: Dockerfile

+1
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 \

Diff for: Dockerfile.aarch64

+1
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 \

Diff for: Dockerfile.armhf

+1
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 \

Diff for: README.md

+1
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.

Diff for: readme-vars.yml

+1
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)