php-docker-images-for-ci icon indicating copy to clipboard operation
php-docker-images-for-ci copied to clipboard

PHPInsights not in php 8.0 image?

Open broksonic21 opened this issue 3 years ago • 1 comments

Describe the bug Doesn't seem to be able to find the phpinsights on php8.0 image

(BTW: I realize these might not be ready, I was just trying them, so sending reports over as I see them. Feel free to punt if not a priority!)

Describe How To Reproduce

~/git/wprepo:master ✓ ➭docker run -v $(pwd)/src:/app umutphp/php-docker-images-for-ci:8.0 phpinsights
docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "phpinsights": executable file not found in $PATH: unknown.
ERRO[0001] error waiting for container: context canceled

broksonic21 avatar Dec 15 '20 13:12 broksonic21

Hi @broksonic21 ,

I think the package is not ready for PHP 8.0.

umutphp avatar Dec 15 '20 14:12 umutphp