Releases: morpht/ci-php
Release list
8.3.13
8.2.22
What's Changed
Updated to PHP 8.2.2
Updated to composer 2.7.1
Updated to Alpine 3.19
We also need to remove the PHP memory_limit from the image (otherwise, composer issues warning about not being able to set it).
Details in : #18
docker pull ghcr.io/morpht/ci-php:8.2.22
ci-php:8.2.14, composer 2.6.6, php memory_limit 128M parametrised
PHP 8.2.14, composer 2.6.6, PHP memory_limit can be specified, by setting the PHP_MEMORY_LIMIT env variable.
docker pull ghcr.io/morpht/ci-php:8.2.14-memory
What's Changed
We can now specify PHP memory_limit (128M is still the default).
Example of setting memory_limit to 256M:
docker run --rm -ti --env PHP_MEMORY_LIMIT=256M ghcr.io/morpht/ci-php:8.2.14-memory php -i | grep memory_limit
memory_limit => 256M => 256M
Full Changelog: 8.2.14...8.2.14-memory
ci-php:8.2.14, composer 2.6.6
First 8.2 release.
PHP 8.2.14, composer 2.6.6
docker pull ghcr.io/morpht/ci-php:8.2.14
ci-php:8.1.27, composer 2.6.6, on alpine 3.18
PHP 8.1.27, composer 2.6.6, using alpine 3.18
docker pull ghcr.io/morpht/ci-php:8.1.27
ci-php:8.1.20, composer 2.5.7
Includes zip extension.
docker pull ghcr.io/morpht/ci-php:8.1.20
ci-php:8.0.29, composer 2.5.7
Includes zip extension.
docker pull ghcr.io/morpht/ci-php:8.0.29
ci-php 8.1.10, composer 2.3.10
docker pull ghcr.io/morpht/ci-php:8.1.10
ci-php 8.0.23, composer 2.3.10
docker pull ghcr.io/morpht/ci-php:8.0.23