Add overview of PHP versions we are currently building

This commit is contained in:
EdyTheCow
2025-10-28 13:02:41 +01:00
parent 1a5f21267f
commit eab916f873

View File

@@ -4,6 +4,17 @@ These docker images are built and published using Github Actions workflows. You
## whmcs-php-fpm
This image is built on top of official php-fpm image found on Docker Hub. It takes care of all the dependencies required to run WHMCS, the included dependencies are based on official WHMCS documentation and recommendations. Few configs are included with sensible default values.
In case you need older PHP version for a theme, addon, etc. we build all PHP versions currently supported by WHMCS.
| PHP Versions | Image tag |
| ------------ | ---------------- |
| 8.3 | php-8.3 / latest |
| 8.2 | php-8.2 |
| 8.1 | php-8.1 |
| 7.4 | php-7.4 |
| 7.3 | php-7.3 |
| 7.2 | php-7.2 |
## whmcs-nginx
This image is built on top of official nginx image found on Docker Hub. It includes a default.conf template with variables, allowing for configuration without having to edit the file itself. Scripts are also included which download WHMCS files using API and create directories outside web root according to WHMCS recommendations. Downloading of WHMCS and folder creation will only execute if directory is empty (ignores .gitignore), otherwise it will skip.
@@ -37,4 +48,4 @@ All of these steps are required, you can choose for yourself if you want to do t
| WHMCS_WRITE_GID | 33 | Group that will own files found in `WHMCS_WEB_ROOT` and `WHMCS_STORAGE_DIR` locations |
| WHMCS_URL | | Override download URL of WHMCS files |
| WHMCS_SHA256 | | Check against a specific checksum |
| WHMCS_CHANNEL | stable | Branch used to download WHMCS files from API |
| WHMCS_CHANNEL | stable | Branch used to download WHMCS files from API |