- PHP8.3 - v5
- PHP8.2 - v4 - Unsupported
- PHP8.1 - v3 - Unsupported
- PHP8 - v2 - Unsupported
- PHP7 - v1 - Unsupported
docker buildx is require to build multiple archs
docker buildx build --platform linux/amd64,linux/arm/v7 --no-cache --push -t lan2play/php-nginx-base:latest .
This repository is initially based of the work in th0rn0's docker-php-nginx-base. Thanks for that!