8.0.0
❌ Breaking Changes
-
The base image has been completely reworked: we no longer use the official php:-fpm-alpine image.
-
Instead, Alpine, PHP, and NGINX are now dynamically sourced and compiled from scratch at build time.
- As a result, the default PHP extensions and behaviors from the upstream image may no longer be available. Compatibility issues may arise — please review your runtime expectations.
-
The build process explicitly removes GPLv3 and AGPLv3 licensed components, impacting some optional runtime libraries (e.g., readline, x265, xz-libs).
✅ Highlights
-
Fully reproducible and license-safe image: Alpine, PHP, and NGINX compiled from source, using exclusively permissive licenses (MIT/BSD/Apache).
-
Dynamic sourcing: always uses the latest stable versions available for the current major release line during build, minimizing manual updates.