Skip to content

Commit 2609690

Browse files
committed
Updated README.md
1 parent 3d2f2c9 commit 2609690

File tree

1 file changed

+34
-3
lines changed

1 file changed

+34
-3
lines changed

README.md

+34-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Docker container with PHP based on alpine image
22

3-
[![Downloads](https://img.shields.io/docker/pulls/spiralscout/php81-grpc.svg)](https://hub.docker.com/repository/docker/spiralscout/php81-grpc)
3+
These images are based on Spiral Scout's images you can find here: https://github.com/spiral/docker-php-grpc
44

5-
---
5+
The ZTS images were not provided by the former repository. ZTS is required when using [FrankenPHP](https://frankenphp.dev/),
6+
especially when you use modern versions of [API Platform](https://api-platform.com/)
67

78
Enabled extensions
8-
---
9+
===
910

1011
| Extension | PHP 8.1 | PHP 8.2 | PHP 8.3 | PHP 8.4 |
1112
|-----------|---------|---------|---------|---------|
@@ -21,3 +22,33 @@ Enabled extensions
2122
| protobuf |||||
2223
| grpc |||||
2324

25+
Available images
26+
===
27+
28+
### PHP 8.4 images
29+
30+
* No ZTS, no Xdebug: `ghcr.io/php-etl/php-grpc:8.4-cli`
31+
* With ZTS, no Xdebug: `ghcr.io/php-etl/php-grpc:8.4-zts`
32+
* No ZTS, with Xdebug: `ghcr.io/php-etl/php-grpc:8.4-cli-xdebug`
33+
* With ZTS, with Xdebug: `ghcr.io/php-etl/php-grpc:8.4-zts-xdebug`
34+
35+
### PHP 8.3 images
36+
37+
* No ZTS, no Xdebug: `ghcr.io/php-etl/php-grpc:8.3-cli`
38+
* With ZTS, no Xdebug: `ghcr.io/php-etl/php-grpc:8.3-zts`
39+
* No ZTS, with Xdebug: `ghcr.io/php-etl/php-grpc:8.3-cli-xdebug`
40+
* With ZTS, with Xdebug: `ghcr.io/php-etl/php-grpc:8.3-zts-xdebug`
41+
42+
### PHP 8.2 images
43+
44+
* No ZTS, no Xdebug: `ghcr.io/php-etl/php-grpc:8.2-cli`
45+
* With ZTS, no Xdebug: `ghcr.io/php-etl/php-grpc:8.2-zts`
46+
* No ZTS, with Xdebug: `ghcr.io/php-etl/php-grpc:8.2-cli-xdebug`
47+
* With ZTS, with Xdebug: `ghcr.io/php-etl/php-grpc:8.2-zts-xdebug`
48+
49+
### PHP 8.1 images
50+
51+
* No ZTS, no Xdebug: `ghcr.io/php-etl/php-grpc:8.1-cli`
52+
* With ZTS, no Xdebug: `ghcr.io/php-etl/php-grpc:8.1-zts`
53+
* No ZTS, with Xdebug: `ghcr.io/php-etl/php-grpc:8.1-cli-xdebug`
54+
* With ZTS, with Xdebug: `ghcr.io/php-etl/php-grpc:8.1-zts-xdebug`

0 commit comments

Comments
 (0)