Skip to content

Commit 243c35a

Browse files
committed
(feat): add readme
1 parent 7f84725 commit 243c35a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Docker PHP
2+
==========
3+
4+
For each version avaliable there is a branch related, we must try to keep then with the some dependencies when possible.
5+
6+
Branch naming rules:
7+
8+
* `/^[0-9\.]+/` => PHP cli versions, must have the same dependencies as its related images (v9.99-apache, v9.99-fpm)
9+
* `/^[0-9\.]+-apache/` => Apache with PHP
10+
* `/^[0-9\.]+-fpm/` => PHP-FPM version
11+
* `/^[0-9\.]+-\w+-with-.*/` => A variation of the `v9.99-(apache|fpm)` with some extra dependencie or detail.

0 commit comments

Comments
 (0)