Skip to content

Releases: behance/docker-php

Dockerfile: fixed packaging locks, upgraded Redis

08 Jun 19:30
Compare
Choose a tag to compare

Changes:

  • Fixed newly missing locale from software-properties-common package
  • Locking Alpine variant parent to prevent 7.1 upgrade
  • Upgraded Redis to 3.1.2

Dockerfile: upgrading Newrelic to 7.2.0.191

16 May 15:00
Compare
Choose a tag to compare

Changed:

  • NewRelic APM version
  • Alpine variant (only): msgpack and memcached now being built from pecl, current version only available for PHP 7.1

Dockerfile: upgrade to NewRelic 7.1.0.187

04 Apr 14:33
Compare
Choose a tag to compare

Rdkafka: removed unused, problematic extension

03 Apr 19:31
Compare
Choose a tag to compare
Merge pull request #129 from bryanlatten/remove-kafka

Rdkafka: removed problematic extension

NewRelic: updated to 7.0.186

15 Mar 17:44
Compare
Choose a tag to compare

Edge: PHP 7.1 variant graduates out of beta

07 Mar 21:18
Compare
Choose a tag to compare
  • PHP 7.1 variant now known as "edge" (previously "beta")
    • Added newly supported gearman, xdebug, redis extensions
  • All: updated to redis extension to 3.1.1
  • All: Added missing tests for all base extensions
  • All: Added disabled test for by-default disabled extensions
  • Alpine: Added missing bz2 extension
  • Alpine: Added recently supported igbinary

FPM: reverting master process back to root

28 Feb 16:17
Compare
Choose a tag to compare

Leveraging work in parent...

Removing /dev/stdout hacks that a completely unprivileged php-fpm work. This is deemed an unnecessary precaution for its master process, which is then further mitigated with Docker's user namespaces going forward.

Works around:
moby/moby#31243
moby/moby#31106

Container is now verified to run in Docker 1.12+ with user namespaces enabled and selinux in enforcing mode

FPM: reverting master process back to root

24 Feb 22:40
Compare
Choose a tag to compare

Leveraging work in parent...

Removing /dev/stdout hacks that a completely unprivileged php-fpm work. This is deemed an unnecessary precaution for its master process, which is then further mitigated with Docker's user namespaces going forward.

Works around:
moby/moby#31243
moby/moby#31106

Container is now verified to run in Docker 1.12+ with user namespaces enabled and selinux in enforcing mode

librdkafka: install 9.1

15 Feb 16:21
Compare
Choose a tag to compare
Merge pull request #123 from mikeklein13/kafka-9.1

librdkafka: install 9.1

Rdkafka: added extension (disabled by default)

31 Jan 23:03
Compare
Choose a tag to compare
Merge pull request #122 from mikeklein13/kafka-ext

PHP Extensions: add rdkafka