peachpiecompiler / peachpie

PeachPie - the PHP compiler and runtime for .NET and .NET Core
https://www.peachpie.io
Apache License 2.0
2.38k stars 203 forks source link

Publish php binary and distribute Docker image #954

Open mvorisek opened 3 years ago

mvorisek commented 3 years ago

like https://hub.docker.com/_/php, distribute Docker with php binary

very useful to run phpunit tests against PeachPie

jakubmisek commented 3 years ago

is it a question, issue, or a feature request?

mvorisek commented 3 years ago

feature request

jakubmisek commented 3 years ago

a docker image with the latest peachpie+asp.net core where users can copy files into a shared wwwroot folder?

jakubmisek commented 3 years ago

there is a similar docker image on https://hub.docker.com/r/iolevel/peachpie-aspnetcore

mvorisek commented 3 years ago

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.