Releases: serversideup/docker-php
Releases · serversideup/docker-php
v3.4.7
🤩 What's new
- Updated PHP extension installer to v2.6.4, which adds PHP 8.3 support for Imagick 🥳 (mlocati/docker-php-extension-installer#811)
v3.4.6
⚠️ Deprecation warning
- We removed
linux/arm/v7
because it's old and it was adding to our build times. These are 32-bit Arm processors. We still support 64-bit ARM (like M-series macs) withlinux/arm64/v8
🐛 Bug Fixes
- Fixed issue where Laravel Auto-migrations would fail on first deployment (#489)
🤩 Improvements
- Improved notices when running a custom command with S6 Overlay
- Added PHP version and Docker image tag version to container info at start up
🤓 Development improvements
- Added platform support to local build script
- We added a new method to improve PR experiences so we can streamline contributions
- Moved from Runs-on back to hosted GHA runners for cost reasons
v3.4.5
v3.4.4
What's Changed
- Docs : Update Laravel Task Scheduler page by @jsayer101 in #475
- Fix Unit config blocking .well-known/ URIs by @jpangborn in #473
New Contributors
- @jsayer101 made their first contribution in #475
Full Changelog: v3.4.3...v3.4.4
v3.4.3
v3.4.2
🐛 Bug fixes
Note
We renamed one of our entrypoint scripts from /etc/entrypoint.d/1-log-output-level.sh
→ /etc/entrypoint.d/1-log-output-level.sh
. This shouldn't have affect on anyone, but we wanted to make this change clear to people who highly customize our images
Issues fixed
- Fixed issue where containers would not start if
LOG_OUTPUT_LEVEL=debug
(#463)
v3.4.1
🐛 Bug fix
- Fixed issue with
fpm
variant missing PHP_FPM_PROCESS_CONTROL_TIMEOUT variable (#468)
- Fixed SSL mode in docs by @albertcansado in #467
New Contributors
- @albertcansado made their first contribution in #467
Full Changelog: v3.4.0...v3.4.1
v3.4.0
🤩 New Features
- S6 no longer runs as an ENTRYPOINT, simplifying use cases with running custom commands (#437)
- Create an "artisan" command that passes it to PHP (#443)
- Add native health checks for Laravel services (#447)
🐛 Bug fixes
- FPM-NGINX: Fix gateway timeout with when PHP_MAX_EXECUTION_TIME is set (#424)
- NGINX Unit will not start if the welcome message is disabled (#410)
- NGINX Unit healthchecks no longer appear in the logs (#448)
- Fixed issue where entrypoint scripts could exit early (#464)
- Unit: Restrict access to hidden files and have PHP process files directly (#458)
🔐 Security Improvements
- Disable
x-powered-by
header (#439)
⏫ Dependency Updates
- Update S6 Overlay to 3.2.0.2
- Update PHP extension installer to v2.6.0
- Update NGINX Unit to 1.33.0 (#453)
🤓 Development improvements
- Convert GitHub Actions to Self-hosted runners with Runs-on.com (#441)
New Contributors
- @chaseconey made their first contribution in #456
- @jpangborn made their first contribution in #458
Full Changelog: v3.3.0...v3.4.0
v3.4.0-beta2
🐳 Where to find these images
You can find them on DockerHub tagged with v3.4.0-beta2.
docker pull serverideup/php:${Your-Variation}-v3.4.0-beta2
🐛 Bug Fixes
- Fixed issue where entrypoint scripts could exit early (#464)
- Unit: Restrict access to hidden files and have PHP process files directly (#458)
⏫ Dependency Updates
- Updates S6 Overlay to v3.2.0.2
- Update PHP extension installer to v2.6.0
New Contributors
- @chaseconey made their first contribution in #456
- @jpangborn made their first contribution in #458
Full Changelog: v3.4.0-beta1...v3.4.0-beta2
v3.4.0-beta1
🐳 Where to find these images
You can find them on DockerHub tagged with v3.4.0-beta1.
docker pull serverideup/php:${Your-Variation}-v3.4.0-beta1
🤩 New Features
- S6 no longer runs as an ENTRYPOINT, simplifying use cases with running custom commands (#437)
- Create an "artisan" command that passes it to PHP (#443)
- Add native health checks for Laravel services (#447)
🐛 Bug fixes
- FPM-NGINX: Fix gateway timeout with when PHP_MAX_EXECUTION_TIME is set (#424)
- NGINX Unit will not start if the welcome message is disabled (#410)
- NGINX Unit healthchecks no longer appear in the logs (#448)
🔐 Security Improvements
- Disable
x-powered-by
header (#439)
⏫ Dependency Updates
🤓 Development improvements
- Convert GitHub Actions to Self-hosted runners with Runs-on.com (#441)