aws-codebuild-docker-images
aws-codebuild-docker-images copied to clipboard
PHP 8.4 Support?
Describe the bug PHP 8.4 has been released as 11/21/2024. Are there any plans to support 8.4 on the current code build images?
We will add PHP8.4 when it's available through phpenv. https://github.com/php-build/php-build/pull/785
https://github.com/amazonlinux/amazon-linux-2023/issues/844
amazon linux 2023 now offers php 8.4, could that help speed up the availability of this in codebuild?
We will add PHP8.4 when it's available through phpenv. php-build/php-build#785
Just a heads up that PHP 8.4 support was merged. It's now supported on phpenv
@jonnysooter php-build now supports php8.4. Also, opened a PR with the changes to the docker images.
Any update here?
Are there any further updates here please? PHP 8.5 is due in November 2025
Waiting for this aswell
Are there any further updates to this issue?
Any updates to this issue?
php 8.4 was released a year ago, phpenv added support 4-5 months ago, any plans to add it to codebuild images?
The delay here is absolutely ridiculous.
If anyone wants to work around this; I created my own image with the necessary tools and I just use that. It wasn't super-easy, but once you iron out the quirks it's pretty straight forward. You can see my solution here.
All that's required is that you build an image like this one yourself, host it on ECR and grant your CodeBuild service role the permission ecr:BatchGetImage for that repository.