chialab/docker-php

PHP 7.2

Closed this issue · 6 comments

PHP 7.2 is now in RC phase. According to the official timetable it should become GA by the end of November.

We should save the date and add 7.2 images. Official Docker images for the RC releases are available, so we can use those as a starting point in the meanwhile.

What's the status on this? The travis build tells me that xdebug is the issue?

Hi @Nemo64 ! I changed FROM for 7.2 images (was still pointing at the 7.2 RC official images). However, I'm afraid that Xdebug is still unavailable for PHP 7.2, which would force us to skip 7.2 "dev" images for now…

Thanks for your continuing maintenance, those images really save a lot of compile time :)
The images aren't pushed to the public hub yet, right?
https://hub.docker.com/r/chialab/php/tags/

Ouch! You're right! I need to add configuration to Docker Hub… 😞 Sorry for that, I'll trigger the new builds in a few minutes!

Images should now be available on Docker Hub for pull. The automated build should have correctly been set up. Thanks @Nemo64 for reporting!

If there's still something wrong, anybody feel free to comment again or open a new issue.

Awesome, thanks 👍