https://github.com/cnizzardini/php-fpm-alpine
A PHP-FPM Alpine Dockerfile for CakePHP with added extensions based on the official PHP image.
https://github.com/cnizzardini/php-fpm-alpine
cakephp dockerfile php-fpm
Last synced: 7 months ago
JSON representation
A PHP-FPM Alpine Dockerfile for CakePHP with added extensions based on the official PHP image.
- Host: GitHub
- URL: https://github.com/cnizzardini/php-fpm-alpine
- Owner: cnizzardini
- License: mit
- Created: 2021-02-28T03:12:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T01:33:04.000Z (12 months ago)
- Last Synced: 2025-04-16T03:14:45.163Z (7 months ago)
- Topics: cakephp, dockerfile, php-fpm
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/cnizzardini/php-fpm-alpine
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍰 CakePHP-FPM Alpine Dockerfile
[](https://github.com/cnizzardini/php-fpm-alpine/actions/workflows/docker-image.yml)
[](https://php.net/)
[](https://hub.docker.com/repository/docker/cnizzardini/php-fpm-alpine)
A Dockerfile for PHP based on the official [PHP 8.4](https://hub.docker.com/_/php) 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](.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