A Dockerfile for PHP based on the official PHP 8.4 FPM Alpine image. This is built for CakePHP compatibility with the following extensions:
- intl
- pdo
- pdo_mysql
- curl
- opcache
- xml
- zip
Revision tags for this image do not reflect PHP revisions, they are for bug fixes and minor changes to the image.
Docker builds and pushes are handled via GitHub actions: .github/workflows
- Update
Dockerfile
- Update
.github/workflows/docker-image.yml
with the new tags - Update ReadME
- Create PR
- Merge