Open
Description
It is more a question than an issue. Containers on dockerhub looks a bit outdated - maybe it is a good idea to make some automated builds on webhooks? Also supporting more specified tags (with php version - I've tried with updating php version to 7.2 but it is quite complicated) would be nice - many projects require 7.2 php version due to object
typehinting.
I may help, but don't want to make something which won't be accepted later :)
Activity
marcj commentedon Feb 5, 2018
Many require 7.2? Would love to see those stats. However, I agree we could setup automated builds.
mleczakm commentedon Feb 5, 2018
Well, I didn't meant these are OS projects ;) but ocramius/proxy is very popular package, which is in almost every PHP project I am working on.
I'll try to build some alpine and debian/ubuntu based images and semi-automate them like in official php library (full-auto isn't possible due to tag naming AFAIK).
cordoval commentedon Feb 9, 2018
@marcj loce -> lose
what is it with the stats loosing? i think a good project and maintainer should not need to worry about this.
Whoever needs this will find it. It is actually a good approach and i am giving it a shot on production.
About the 7.2 being difficult, i think it is non sense with a pinch of salt. I mean what is the error that you are getting rather?
The image should obviously be alpine, and not ubuntu mainly.
soullivaneuh commentedon Jun 14, 2019
php-pm project is very interesting, but indeed, allow multiple PHP version usage (7.2, 7.3) would unlock some usages.
soullivaneuh commentedon Jun 14, 2019
Looking at your file:
php-pm-docker/build/Dockerfile-nginx
Line 18 in fa9b3d1
Instead of using alpine and the provided php packages, why not just use the php official images?
With some automation, you could deliver multiple version thanks to this method.
Would you consider a merge request about that?
andig commentedon Jan 23, 2020
I have found the PHP packages to be very complex. If you find a multi-arch working php approach I'd be happy to consider a PR.