peachpie
peachpie copied to clipboard
Publish php binary and distribute Docker image
like https://hub.docker.com/_/php, distribute Docker with php binary
very useful to run phpunit tests against PeachPie
is it a question, issue, or a feature request?
feature request
a docker image with the latest peachpie+asp.net core where users can copy files into a shared wwwroot folder?
there is a similar docker image on https://hub.docker.com/r/iolevel/peachpie-aspnetcore
A Docker extending some standard Debian/Alpine/Windows image that offers PeachPie binary like php.
This image can be then used to run PHP CLI applications. To run them faster or for CI to test compatibility with PeachPie.
Another option is to just offer precompiled CLI binary that can be downloaded from CI quickly.