/php-fpm-alpine

A PHP-FPM Alpine Dockerfile for CakePHP with added extensions based on the official PHP image.

Primary LanguageDockerfileMIT LicenseMIT

🍰 CakePHP-FPM Alpine Dockerfile

Image PHP Docker

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

PHP Versions

Version Branch
8.4 https://github.com/cnizzardini/php-fpm-alpine/tree/master
8.3 https://github.com/cnizzardini/php-fpm-alpine/tree/php-8.3
8.2 https://github.com/cnizzardini/php-fpm-alpine/tree/php-8.2
8.1 https://github.com/cnizzardini/php-fpm-alpine/tree/php-8.1
8.0 https://github.com/cnizzardini/php-fpm-alpine/tree/php-8.0
7.4 https://github.com/cnizzardini/php-fpm-alpine/tree/php-7.4

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 Steps

  1. Update Dockerfile
  2. Update .github/workflows/docker-image.yml with the new tags
  3. Update ReadME
  4. Create PR
  5. Merge