To build some projects in php, some framewors are already requesting version 7.1 or version 7.2 of PHP
I create this PR #54 and I work on PHP 7.2
@rdehnhardt I just came across your comment above while investigating whether a CodeBuild image exists for PHP 7.2.
Are you saying that you're using the PHP 7.1 image to build/test a PHP 7.2 project?
Hello @amorphic, at this time I am working in two versions, 7.1 and 7.2
But when I finish the version 7.2 and ask for approval. This issue take almost a year, and I give up on this issue
@rdehnhardt thanks for the update. I see in #54 that it took AWS from June until December (!) to release your 7.1 image. It's a shame that the process takes so long considering you did the hard work.
As far as you know does that mean there's currently no way to build PHP 7.2 projects in CodeBuild? Because that's a showstopper for me... ;-(
@rdehnhardt sorry to bother you, I just answered my own question by reading the docs...
When you provide information to AWS CodeBuild about the build environment, you specify the identifier of a Docker image in a supported repository type. These include the AWS CodeBuild Docker image repository, publicly available images in Docker Hub, and Amazon Elastic Container Registry (Amazon ECR) repositories in your AWS account.
Most helpful comment
I create this PR #54 and I work on PHP 7.2