Joe Ferguson
fd8e15250a
Add libsodium to 7.2+
2018-02-05 16:06:59 -08:00
Docker Library Bot
b4e5b2b22a
Update to 7.2.2
2018-02-02 01:46:11 +00:00
Docker Library Bot
499a0e89e7
Update to 7.1.14
2018-02-02 01:46:11 +00:00
Tianon Gravi
ed0b10ebd4
Fix gawk to not require all files to exist (so "zts-Dockerfile-block-2" can be deleted)
...
If a given "block" file doesn't exist, the default contents from the template will be included as-is instead.
2018-01-19 14:37:07 -08:00
Tianon Gravi
c436a9889a
Merge pull request #562 from boite/master
...
Allow FPM pool to listen on IPv4 when IPv6 is disabled
2018-01-18 11:04:55 -08:00
boite
57b41cfc2d
Allow FPM pool to listen on IPv4 when v6 disabled
...
In PHP 7.2.0 a change [1] was made in response to bug [#74166 ] to fall
back to listening on 0.0.0.0 if IPv6 is disabled (for example with
ipv6.disable=1 Linux kernel param) instead of failing to create a
listening socket with the error "Address family not supported by
protocol (97)".
A fallback to IPv4 in such circumstances is only possible in PHP >=
7.2.0 and by specifying a port number without an address to the listen
directive.
[1]: b63c45c69e
[#74166 ]: https://bugs.php.net/bug.php?id=74166
2018-01-18 11:40:00 +00:00
Docker Library Bot
f4baf0edbc
Update to 7.2.1
2018-01-06 01:02:02 +00:00
Docker Library Bot
a37af18986
Update to 5.6.33
2018-01-06 01:02:02 +00:00
Docker Library Bot
6be205eee1
Update to 7.1.13
2018-01-06 01:02:02 +00:00
Docker Library Bot
2eb7af0070
Update to 7.0.27
2018-01-06 01:02:02 +00:00
Tianon Gravi
06795a60c3
Add "pollita" on 7.1 (7.1.13 is signed by 1729F83938DA44E27BA0F4D3DBDB397470D12172)
2018-01-05 17:01:21 -08: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
8f8cf4965c
Merge pull request #555 from J0WI/less-verbose
...
Be less verbose during extension installation (fix #319 )
2018-01-03 12:12:34 -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
yosifkit
79436c81bd
Merge pull request #542 from infosiftr/no-debian-php
...
Block the installation of Debian's PHP packages
2017-12-14 17:16:06 -06: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
df1c388d3a
Account for: ./generate-stackbrew-library.sh: line 126: variantAliases[@]: unbound variable
2017-12-12 17:55:00 -08:00
yosifkit
e1dd0a7e1f
Merge pull request #535 from infosiftr/alpine3.7
...
Add alpine3.7 variants of 7.2
2017-12-12 12:34:51 -06:00
Tianon Gravi
6afe189103
Add alpine3.7 variants of 7.2
2017-12-11 18:03:19 -08:00
yosifkit
e676926ae5
Merge pull request #533 from infosiftr/readelf
...
Switch from "nm" to "readelf" so that we can detect the "zend_extension_entry" symbol even in stripped objects
2017-12-11 20:01:19 -06: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
3f13237955
Link back to original issue on no s390x for 7.2+
2017-11-30 14:26:03 -08:00
Joe Ferguson
6fc9a08356
Bump latest to 7.2
2017-11-30 12:18:43 -08:00
yosifkit
a067c59488
Merge pull request #528 from ck-developer/update-php-7-2
...
Updated PHP 7.2-RC-6 to released
2017-11-30 10:58:32 -08:00
Claude Khedhiri
f795769559
Updated PHP 7.2-RC-6 to released
2017-11-30 15:25:21 +01:00
yosifkit
32be8a07d2
Merge pull request #526 from infosiftr/pcre
...
Use bundled pcre and disable pcre-jit on unsupported platforms
2017-11-29 13:14:23 -08:00
Joe Ferguson
25e8a9268e
Apply pcre-jit change to all versions
2017-11-28 16:26:39 -08:00
Joe Ferguson
223086c062
Use bundled pcre to be closer to upstream and disable pcre-jit on unsupported platforms like s390x
2017-11-28 16:24:49 -08:00
Docker Library Bot
287a157544
Update to 7.1.12
2017-11-24 07:46:08 +00:00
Docker Library Bot
e5a6cb7242
Update to 7.0.26
2017-11-23 19:46:08 +00:00
Tianon Gravi
4d3ca8edc5
Merge pull request #521 from infosiftr/argon2
...
Add Argon2 password hashing
2017-11-15 09:36:53 -08:00
Tianon Gravi
2577f1147b
Add Argon2 password hashing
...
See https://wiki.php.net/rfc/argon2_password_hash
See also a91992745b
2017-11-14 16:36:57 -08:00
Docker Library Bot
d8d798be28
Update to 7.2.0RC6
2017-11-10 11:46:07 -08:00
Tianon Gravi
11bf100b70
Merge pull request #514 from infosiftr/gnupg2
...
Swap from "gnupg2" to "gnupg"
2017-11-01 15:14:18 -07: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
Docker Library Bot
05fe6f9eb6
Update to 7.1.11
2017-10-27 06:46:08 +00:00
Docker Library Bot
4704183908
Update to 7.2.0RC5
2017-10-26 18:46:08 +00:00
Docker Library Bot
89894ff2da
Update to 7.0.25
2017-10-26 12:46:08 +00:00
Tianon Gravi
e36b0efc1a
Merge pull request #507 from infosiftr/more-labels
...
Label images with base distro version
2017-10-12 09:42:26 -07:00
Joe Ferguson
662067f733
Hide the slim from the folder; reflect order preference from generate to update and travis
2017-10-12 06:53:45 -07:00
Joe Ferguson
58db00b3d0
Prevent latest-jessie
tag
2017-10-12 06:53:45 -07:00
Joe Ferguson
42a6a75b48
Update generate-stackbrew to tag alpine version or debian suite
2017-10-12 06:53:45 -07: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
Docker Library Bot
72d02bbf8a
Update to 7.2.0RC4
2017-10-12 06:46:09 +00:00
Docker Library Bot
4c07667290
Update to 7.1.10
2017-09-29 12:46:09 +00:00
Tianon Gravi
9c17873f3a
Re-enable arm32v5
2017-09-28 10:57:45 -07:00