php-nginx/README.md

43 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2019-01-09 22:18:26 +00:00
[![bkraul/php-nginx](https://img.shields.io/badge/bkraul-php--nginx-blue.svg)](https://cloud.docker.com/u/bkraul/repository/docker/bkraul/php-nginx)
![Webdevops Dockerfile](https://static.webdevops.io/dockerfile.svg)
# Introduction
2022-12-03 15:15:19 +00:00
This image is based on [webdevops/php-nginx](https://hub.docker.com/r/webdevops/php-nginx) image, with the following extensions and tools:
* **mcrypt** (removed on PHP versions 7.3 and above)
* Microsoft **sqlsrv** and **pdo_sqlsrv** drivers and extensions.
* **node** + **yarn** (included in versions 7.3 and above).
2019-01-09 22:18:26 +00:00
## Tags
2022-12-03 15:13:09 +00:00
| Tags | PHP Version | Composer Version | Node Version | Yarn Version | Distribution |
| -------------------- | ----------- | ----------------------- | ----------------------- | ----------------------- | ----------------------- |
| latest, ubuntu-18.04 | 7.2.24 | 1.9.3 2020-02-04 12:58:49 | N/A | N/A | Ubuntu 18.04.1 (bionic) |
| 7.3 | 7.3.25 | 2.0.8 2020-12-03 17:20:38 | 12.20.0 | 1.22.5 | Debian 10 (buster) |
| 7.3-alpine | 7.3.25 | 2.0.8 2020-12-03 17:20:38 | 12.19.0 | 1.22.5 | Alpine 3.12 |
| 7.4-alpine | 7.4.13 | 2.0.8 2020-12-03 17:20:38 | 12.19.0 | 1.22.5 | Alpine 3.12 |
| 8.0-alpine | 8.0.25 | 2.4.4 2022-10-27 14:39:29 | 18.12.1 | 1.22.19 | Alpine 3.16.2 |
| 8.1-alpine | 8.1.12 | 2.4.4 2022-10-27 14:39:29 | 18.12.1 | 1.22.19 | Alpine 3.16.2 |
2019-01-09 22:18:26 +00:00
# Usage
## Pulling
To pull the image:
```
docker pull bkraul/php-nginx
```
For more information on how to use the image, go to the [webdevops/php-nginx](https://hub.docker.com/r/webdevops/php-nginx) page.
# Source
<https://git.belmankraul.com/docker/php-nginx>
# Issues
For issues or questions, visit <https://discourse.belmankraul.com/c/docker/php-nginx>