Commit Graph

20 Commits

Author SHA1 Message Date
b128e1b4f7 Skip GPG stuff for now
This is an old dockerfile for an old PHP version using old versions of
dependencies. Some links to GPG signatures are dead, some keys are
expired. It needs to be fixed somewhere down the road.
2024-11-23 13:07:20 +07:00
Hans Rakers
d1d85d599e Merge pull request #6 from hrak/HRA/mysql_5_7_33
Bump mysql packages to 5.7.36
2021-11-16 21:22:12 +01:00
Hans Rakers
b03c24a7ad Bump mysql packages to 5.7.36 2021-11-01 16:48:41 +01:00
Hans Rakers
a8ee3643b1 Bump mysql packages to 5.7.33 2021-01-18 09:46:19 +01:00
Hans Rakers
7bd4c974ac Merge pull request #5 from hrak/fpm_listen
Allow override of fpm listen directive using PHP_FPM_LISTEN.
2020-07-21 15:24:39 +02:00
Hans Rakers
d09013afb6 Allow override of fpm listen directive using PHP_FPM_LISTEN. 2020-07-21 15:23:20 +02:00
Hans Rakers
6179aa1fc1 Merge pull request #4 from hrak/fpm_conf_glob_sort
Remove GLOB_NOSORT from fpm config file include glob call
2020-07-10 16:52:41 +02:00
Hans Rakers
c2e806f683 Remove GLOB_NOSORT from fpm config file include glob call, to return the files in order
This makes sure the pool configuration is loaded in the correct order (See https://bugs.php.net/bug.php?id=68391)
2020-07-10 16:51:42 +02:00
Hans Rakers
1d508ecb11 Merge pull request #3 from hrak/formatting
Use semicolon/set -eux style syntax throughout the file
2020-07-10 00:10:52 +02:00
Hans Rakers
85e054ef11 Use semicolon/set -eux style syntax throughout the file 2020-07-10 00:09:39 +02:00
Hans Rakers
ec9ad58bd1 Merge pull request #2 from hrak/no_clear_env
clear_env does not work on PHP-5.3 unfortunately + formatting issues
2020-07-09 19:19:47 +02:00
Hans Rakers
243ea026a6 clear_env does not work on PHP-5.3 unfortunately + fix some formatting issues 2020-07-09 19:18:34 +02:00
Hans Rakers
d329b3933b Merge pull request #1 from hrak/bionic
Update the underlying image to Ubuntu 18.04
2020-07-09 14:35:34 +02:00
Hans Rakers
86e095535f Add current versions and some more info 2020-07-08 15:29:36 +02:00
Hans Rakers
386d6159d9 Add PHP compilation flags, reorganize dep install steps, add MySQL support, improve image size, fix permission issues 2020-07-08 15:14:49 +02:00
Hans Rakers
4601e755e0 Update docker-php-* scripts based on official php 7.2 image 2020-07-08 14:59:57 +02:00
Hans Rakers
2efa205ce5 Upgrade base image to Ubuntu 18.04 2020-07-08 11:46:11 +02:00
Hans Rakers
a34fbf5f9d Initial commit 2018-12-17 11:59:51 +01:00
Hans Rakers
141a2e9320 Create README.md 2018-12-17 11:53:37 +01:00
Hans Rakers
f35937d166 Initial commit 2018-12-17 11:44:36 +01:00