Docker Library Bot
a37af18986
Update to 5.6.33
2018-01-06 01:02:02 +00:00
yosifkit
32313ea407
Merge pull request #556 from infosiftr/better-lib-preservation
...
Update Debian "libs preserving" code to match Alpine (using "ldd" and "apt-mark" to auto-determine necessary dependencies)
2018-01-03 12:21:33 -08:00
Tianon Gravi
b418908d2f
Update Debian "libs preserving" code to match Alpine (using "ldd" and "apt-mark" to auto-determine necessary dependencies)
2018-01-03 10:55:13 -08:00
J0WI
0e056693f2
Be less verbose during extension installation ( fix #319 )
2018-01-01 19:50:55 +01:00
Tianon Gravi
6677546d59
Remove errant extra space character
2017-12-18 14:21:03 -08:00
Tianon Gravi
9596aeb358
Add a link to the PR for future travellers
2017-12-13 17:32:36 -08:00
Tianon Gravi
dbd5d1e03d
Block the installation of Debian's PHP packages
...
This will hopefully help folks with the confusion around installing packages like "php-apcu" and then wondering why they don't actually "work" (because they pull in Debian's PHP, and that's not what this image packages).
2017-12-13 16:14:37 -08:00
Tianon Gravi
1a00d92ff4
Switch from "nm" to "readelf" so that we can detect the "zend_extension_entry" symbol even in stripped objects
2017-12-08 16:25:01 -08:00
Joe Ferguson
25e8a9268e
Apply pcre-jit change to all versions
2017-11-28 16:26:39 -08:00
Tianon Gravi
bfe2775910
Swap from "gnupg2" to "gnupg"
...
See https://github.com/docker-library/python/issues/236 for details.
2017-11-01 13:52:53 -07:00
Docker Library Bot
ec6b6e60b4
Update to 5.6.32
2017-10-27 06:46:09 +00:00
Joe Ferguson
0bb4068bd6
Restructure organization so to support simultaneous base distro releases
...
- this will allow us release to `jessie` and `stretch` variants at the same time so that users have a time to transition from one to the other.
2017-10-12 06:53:45 -07:00
Tianon Gravi
fc24121abd
Add "libressl" persistently for "openssl_pkey_new"
2017-09-26 11:21:53 -07:00
Tianon Gravi
7c45279501
Merge pull request #500 from infosiftr/scanelf
...
Adjust scanelf to properly detect runDeps
2017-09-25 09:22:23 -07:00
Tianon Gravi
0e3468fe7f
Update Alpine 3.6+ to use "libressl" instead of "openssl"
2017-09-22 14:55:27 -07:00
Joe Ferguson
b862248552
Adjust scanelf to properly detect runDeps
2017-09-22 14:18:14 -07:00
Tianon Gravi
511db0eb59
Fix "ouptut" typo from https://github.com/docker-library/php/pull/497
2017-09-19 17:03:52 -07:00
Joe Ferguson
8515b3c5e1
Apply module explanation to all versions
2017-09-19 15:49:04 -07:00
Tianon Gravi
ddc7084c8a
Add 7.2.0alpha3
2017-07-10 12:05:50 -07:00
Docker Library Bot
3632e1e8ce
Update to 5.6.31
2017-07-07 00:46:46 +00:00
Docker Library Bot
3ee1cd8287
Update to 5.6.30
2017-06-28 18:46:34 +00:00
Tianon Gravi
eadc27f12c
Account for DEB_BUILD_MULTIARCH vs DEB_BUILD_GNU_TYPE disparity
...
```
DEB_BUILD_GNU_TYPE=i586-linux-gnu
DEB_BUILD_MULTIARCH=i386-linux-gnu
```
2017-06-12 11:04:00 -07:00
Tianon Gravi
c48c629568
Explicitly invoke "pecl update-channels" at build time to ensure our channel definitions are up-to-date
2017-05-31 15:04:31 -07:00
Joe Ferguson
76a1c5ca16
Sort apt/apk package lines
2017-05-12 13:03:16 -07:00
Eugene Kirillov
87a95b77fb
Add PCRE lib to PHPIZE_DEPS
2017-05-12 15:57:15 +03:00
Tianon Gravi
6844e717a5
Add explicit "--build" to our "./configure" invocations
2017-05-10 11:14:13 -07:00
Tianon Gravi
7cd701b551
Replace "apache2-bin apache2.2-common" with "apache2"
...
The "apache2.2-common" package is already pulling in "apache2", which pulls in "apache2-bin" among other things, so let's simplify this block.
2017-05-09 13:17:43 -07:00
Tianon Gravi
4cfa24e13f
Install "binutils" in "docker-php-ext-enable" if needed
...
This matches the behavior of `docker-php-ext-configure` and `docker-php-ext-install`, and ensures that `nm` is installed and then removed in Alpine where necessary.
2017-05-04 11:43:14 -07:00
Tianon Gravi
e573f8f7fd
Adjust solution to be generalized for all APACHE_*_DIR variables, and to handle edge cases in a less hard-coded manner
2017-01-25 16:27:30 -08:00
Tao Wang
f2bd9a3edd
Setup the APACHE_RUN_DIR
and APACHE_LOCK_DIR
directories in runtime to avoid --tmpfs /run
error
...
Fixes #250
Signed-off-by: Tao Wang <twang2218@gmail.com>
2017-01-25 15:50:33 -08:00
OKUMURA Takahiro
75854bb7e9
Update to php 5.6.30
2017-01-20 12:46:20 +09:00
Tianon Gravi
3ac528cf10
Revert "Upgrade alpine to v3.5"
2017-01-05 10:06:53 -08:00
Tianon Gravi
58fbb6e660
Swap "openssl" for "libressl" to account for the change in Alpine 3.5
2017-01-04 11:00:35 -08:00
Peter Dave Hello
8314ebc484
Upgrade alpine to v3.5
2016-12-29 00:08:48 +08:00
yosifkit
b66c0fa028
Merge pull request #349 from infosiftr/docker-php-entrypoint
...
Add simple initial entrypoint for supporting "docker run php --flags"
2016-12-15 16:12:25 -08:00
Tianon Gravi
76aad12fde
Apply update.sh
2016-12-15 10:44:01 -08:00
Joe Ferguson
9f2e76eeba
Update.sh: apply "CFLAGS -> PHP_CFLAGS" to all the things
2016-12-12 15:21:44 -08:00
Docker Library Bot
35080ccd4c
Update to 5.6.29
2016-12-08 23:46:16 -08:00
Tianon Gravi
1739456703
Minor whitespace fix
2016-12-06 11:55:48 -08:00
Tianon Gravi
eb00aa86a2
Update all variants via ./update.sh
2016-12-06 11:51:38 -08:00
Joe Ferguson
0311282445
Add explanation for clfags and ldflags
2016-12-05 15:33:53 -08:00
Joe Ferguson
cae3c03efd
Add cflags and ldflags for security and portability
2016-12-05 12:47:12 -08:00
Docker Library Bot
846945e50f
Update to 5.6.28
2016-12-01 11:46:18 -08:00
Docker Library Bot
7d058f79e6
Update to 5.6.28
2016-11-10 17:46:15 -08:00
Tianon Gravi
3cb02a2116
Apply update.sh
2016-10-17 09:10:27 -07:00
Docker Library Bot
337928c13c
Update to 5.6.27
2016-10-14 16:43:04 -07:00
Docker Library Bot
1c56325a69
Update to 5.6.26
2016-09-16 05:46:13 -07:00
Tianon Gravi
2f96a00aaa
Use "https" for communications with "php.net" where possible
2016-08-22 15:47:04 -07:00
Tianon Gravi
7e86d3dd84
Update to 5.6.25
2016-08-22 09:58:56 -07:00
Joe Ferguson
800aea518e
Fix sed to modify the envvars file
2016-08-16 15:54:50 -07:00