Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exozet/docker-php-fpm
This docker image is available as exozet/php-fpm on hub.docker.com
https://github.com/exozet/docker-php-fpm
composer cron crontab docker docker-image mailhog msmtp php php-cli php-fpm php5 php7 sendmail xdebug
Last synced: 24 days ago
JSON representation
This docker image is available as exozet/php-fpm on hub.docker.com
- Host: GitHub
- URL: https://github.com/exozet/docker-php-fpm
- Owner: exozet
- Created: 2017-03-07T20:41:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T10:44:42.000Z (7 months ago)
- Last Synced: 2024-05-02T01:38:14.984Z (6 months ago)
- Topics: composer, cron, crontab, docker, docker-image, mailhog, msmtp, php, php-cli, php-fpm, php5, php7, sendmail, xdebug
- Homepage: https://hub.docker.com/r/exozet/php-fpm/
- Size: 513 KB
- Stars: 51
- Watchers: 14
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-php-fpm
This is a docker php fpm image, based on the official php fpm image.
This project is deprecated:
> The new version (for all php versions after php 7) is available at https://github.com/Endava/docker-php
> Additionally to fpm mode it also has nginx unit and apache2.# Supported Versions
| Version | Branch | Status |
|---------|--------------------------------------------------------------------------|--------------------------------------------------------------------|
| **8.2** | [release/8.2](https://github.com/exozet/docker-php-fpm/tree/release/8.2) | [![Build Status][github_actions_82_badge]][github_actions_82_link] |
| **8.1** | [release/8.1](https://github.com/exozet/docker-php-fpm/tree/release/8.1) | [![Build Status][github_actions_81_badge]][github_actions_81_link] |
| **8.0** | [release/8.0](https://github.com/exozet/docker-php-fpm/tree/release/8.0) | [![Build Status][github_actions_80_badge]][github_actions_80_link] |
| **7.4** | [release/7.4](https://github.com/exozet/docker-php-fpm/tree/release/7.4) | [![Build Status][github_actions_74_badge]][github_actions_74_link] |
| **7.3** | [release/7.3](https://github.com/exozet/docker-php-fpm/tree/release/7.3) | [![Build Status][github_actions_73_badge]][github_actions_73_link] |
| **7.2** | [release/7.2](https://github.com/exozet/docker-php-fpm/tree/release/7.2) | [![Build Status][github_actions_72_badge]][github_actions_72_link] |
| **7.1** | [release/7.1](https://github.com/exozet/docker-php-fpm/tree/release/7.1) | [![Build Status][github_actions_71_badge]][github_actions_71_link] |
| **7.0** | [release/7.0](https://github.com/exozet/docker-php-fpm/tree/release/7.0) | [![Build Status][github_actions_70_badge]][github_actions_70_link] |
| **5.6** | [release/5.6](https://github.com/exozet/docker-php-fpm/tree/release/5.6) | [![Build Status][github_actions_56_badge]][github_actions_56_link] |
| **5.5** | [release/5.5](https://github.com/exozet/docker-php-fpm/tree/release/5.5) | [![Build Status][github_actions_55_badge]][github_actions_55_link] |
| **5.4** | [release/5.4](https://github.com/exozet/docker-php-fpm/tree/release/5.4) | [![Build Status][github_actions_54_badge]][github_actions_54_link] |[github_actions_83_badge]: https://github.com/exozet/docker-php-fpm/workflows/CI/badge.svg?branch=release/8.3
[github_actions_83_link]: https://github.com/exozet/docker-php-fpm/actions?query=branch%3Arelease%2F8.3[github_actions_82_badge]: https://github.com/exozet/docker-php-fpm/workflows/CI/badge.svg?branch=release/8.2
[github_actions_82_link]: https://github.com/exozet/docker-php-fpm/actions?query=branch%3Arelease%2F8.2[github_actions_81_badge]: https://github.com/exozet/docker-php-fpm/workflows/CI/badge.svg?branch=release/8.1
[github_actions_81_link]: https://github.com/exozet/docker-php-fpm/actions?query=branch%3Arelease%2F8.1[github_actions_80_badge]: https://github.com/exozet/docker-php-fpm/workflows/CI/badge.svg?branch=release/8.0
[github_actions_80_link]: https://github.com/exozet/docker-php-fpm/actions?query=branch%3Arelease%2F8.0[github_actions_74_badge]: https://github.com/exozet/docker-php-fpm/workflows/CI/badge.svg?branch=release/7.4
[github_actions_74_link]: https://github.com/exozet/docker-php-fpm/actions?query=branch%3Arelease%2F7.4[github_actions_73_badge]: https://github.com/exozet/docker-php-fpm/workflows/CI/badge.svg?branch=release/7.3
[github_actions_73_link]: https://github.com/exozet/docker-php-fpm/actions?query=branch%3Arelease%2F7.3[github_actions_72_badge]: https://github.com/exozet/docker-php-fpm/workflows/CI/badge.svg?branch=release/7.2
[github_actions_72_link]: https://github.com/exozet/docker-php-fpm/actions?query=branch%3Arelease%2F7.2[github_actions_71_badge]: https://github.com/exozet/docker-php-fpm/workflows/CI/badge.svg?branch=release/7.1
[github_actions_71_link]: https://github.com/exozet/docker-php-fpm/actions?query=branch%3Arelease%2F7.1[github_actions_70_badge]: https://github.com/exozet/docker-php-fpm/workflows/CI/badge.svg?branch=release/7.0
[github_actions_70_link]: https://github.com/exozet/docker-php-fpm/actions?query=branch%3Arelease%2F7.0[github_actions_56_badge]: https://github.com/exozet/docker-php-fpm/workflows/CI/badge.svg?branch=release/5.6
[github_actions_56_link]: https://github.com/exozet/docker-php-fpm/actions?query=branch%3Arelease%2F5.6[github_actions_55_badge]: https://github.com/exozet/docker-php-fpm/workflows/CI/badge.svg?branch=release/5.5
[github_actions_55_link]: https://github.com/exozet/docker-php-fpm/actions?query=branch%3Arelease%2F5.5[github_actions_54_badge]: https://github.com/exozet/docker-php-fpm/workflows/CI/badge.svg?branch=release/5.4
[github_actions_54_link]: https://github.com/exozet/docker-php-fpm/actions?query=branch%3Arelease%2F5.4