Simple build for docker with additional modules from source. Examples for compose etc on usage.
Build versions are tracked using semver. Major.minor.bug.
If major changes backward compatible is not garanteed.
New feature (for example additional PHP module). Every effort to maintain backwards compatability will be made.
See Dockerfile for the list of added modules.
No new feture - bug fix update.
This will build x86 and arm. The version number is -
docker buildx prune
docker buildx build --platform linux/amd64,linux/arm64 -t tinpotnick/php:7.4.30-0.3.5 . --push