Images are built automatically using Github actions and pushed to Github Container Registry (ghcr.io).
Purpose of this repository is to speed up builds of other images. This approach is typically called "base images".
ghcr.io/peon-dev/php:main
Contains:
- Composer 2
- Xdebug
- Docker
- mlocati/php-extension-installer
To unload xdebug:
/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
Base image for recipes is tagged with the recipes-
prefix.
ghcr.io/peon-dev/php:recipes-main
Contains:
- Composer 2
- Xdebug
- Many many PHP extensions :-).
If you miss any extension, please just open an issue.