Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 23 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 🍰 CakePHP-FPM Alpine Dockerfile

[![Image](https://github.com/cnizzardini/php-fpm-alpine/actions/workflows/docker-image.yml/badge.svg)](https://github.com/cnizzardini/php-fpm-alpine/actions/workflows/docker-image.yml)
[![PHP](https://img.shields.io/badge/php-8.1-8892BF.svg?logo=php)](https://php.net/)
[![Docker](https://img.shields.io/badge/docker-0db7ed.svg?logo=docker)](https://hub.docker.com/repository/docker/cnizzardini/php-fpm-alpine)

A Dockerfile for PHP based on the official [PHP 8.1](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.1 | https://github.com/cnizzardini/php-fpm-alpine/tree/master |
| 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)