Skip to content

8.0.0

Compare
Choose a tag to compare
@fontebasso fontebasso released this 01 May 02:50
· 6 commits to main since this release
89f2d18

❌ 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.