Skip to content

Releases: behance/docker-php

Legacy: PHP 5.6 variant added

13 Oct 15:27

Choose a tag to compare

Also,

  • Alphabetized most mods installed
  • Cleaned up README, now reflects upstream maintainer's 7.1 support status
  • Made NewRelic components explicit, if/when we downgrade to an older version for stability
  • New Nginx version uptake 1.11.5 (1.11.5-0+xenial0)

FPM: added .ini vars as environment vars

10 Oct 18:23

Choose a tag to compare

  • Moved additional .ini vars to env versions
  • Removed cont-init.d setters
  • Changed test compose file to be different value than maintainer

FPM Status: now available, locally

07 Oct 16:07

Choose a tag to compare

Accessible from within the container @ 127.0.0.1/__status, can now be polled as part of the application healthcheck. Add ?json for a formatted output.

Parent Nginx Update

30 Sep 15:37

Choose a tag to compare

NewRelic: stopped being symlinked by default

26 Sep 22:29

Choose a tag to compare

At some point, NewRelic's symlinks stopped being created during the installation. Now restored.

Yaml: added disabled php extension

21 Sep 20:26

Choose a tag to compare

Can be enabled on Ubuntu variants with phpenmod yaml

Intake of major parent rev

09 Sep 15:22

Choose a tag to compare

  • Ubuntu 16.04 (from parent)
  • Tightened goss test checks based on author’s feedback
  • Fixed cleanup mechanism, dropping 50MB from layer cache
  • Worked around any potential AUFS issues
  • Prepped travis for more exhaustive docker-compose-based trials

Additional testing structure

02 Sep 23:06

Choose a tag to compare

  • /tests/php-fpm now a central location
  • worked around an AUFS permission bug

Goss > Added build-time testing

26 Aug 21:06

Choose a tag to compare

Added goss for serverspec-like validation at build time

Redis: added, but in disabled state

16 Aug 15:13

Choose a tag to compare

Merge pull request #91 from bryanlatten/feature-redis

Dockerfile: added redis (disabled) to all