phalcon / docker

Official docker images with Phalcon framework.
MIT License
10 stars 1 forks source link

Added 8.3 #9

Open elcreator opened 1 month ago

elcreator commented 1 month ago

Added 8.3 similar to 8.2 and changed default to alpine (while preserved Alpine 3.16 if it's needed as backup option that works for sure)

Jeckerson commented 1 month ago

You can achieve same result by using pecl install phalcon instead of downloading from github and compiling.

elcreator commented 1 month ago

Yes but I supposed we need regular non-Swoole latest Docker image too (in case someone wants to incorporate it to the build workflow, build own docker image etc), not only 8.2.

elcreator commented 1 month ago

Currently I found only this https://pkgs.alpinelinux.org/packages?name=php83-pecl-phalcon PECL based Docker image with Phalcon 5.8 and PHP 8.3 to compose own docker image on top of it but it's in "test" not "main" stream so it can't be used directly.

elcreator commented 1 month ago

Or do you mean RUN pecl install phalcon in the Dockerfile? It still requires phpize and runs build.