mautic / docker-mautic

Docker Image for Mautic
https://www.mautic.org
362 stars 274 forks source link

Docker image for 4.4 still using PHP 7.1 instead of PHP 8.0 #235

Open seljuck opened 1 year ago

seljuck commented 1 year ago

Is it possible to get the docker image updated to using PHP 8.0?

I think it will help ease the upgrade to Mautic 5.0 when it's released.

satoshinotdead commented 1 year ago

This project is almost dead, there is no possibility of using updated Mautic on Docker?

jonnysowards commented 1 year ago

This project is almost dead, there is no possibility of using updated Mautic on Docker? Is it dead that seems pretty out there it can’t be deployed on k8s. It might be a bit complicated but definitely should be able.

LaOrhyUAcMji commented 1 year ago

Pulling mautic/mautic:latest seems to be giving me v2.16.5, how do I upgrade it? PHP7.1 won't allow me to upgrade the Mautic version...

verissimor commented 1 year ago

The current image (php:7.1-apache) has 314 Vulnerabilities reported on docker hub .

https://hub.docker.com/layers/library/php/7.1-apache/images/sha256-dde6d333e9e22fe0e455ed79cb1fb9d4be4b291a29be3a2407dd4a817fb957f7

Also, there is a PR since Aug 15, 2020 to upgrate it to php:7.3-apache, which is still a bit old and has vulnerabilities as well.

Another issue is that the Docker file is running with user "root" with a major secuirty concern.

francoisauclair911 commented 1 year ago

Hi Can we get together and fix this ? https://github.com/mautic/docker-mautic/issues/240

mollux commented 7 months ago

@seljuck @jonnysowards @noellarkin @verissimor @francoisauclair911

please see #238, the readme of this repo (https://github.com/mautic/docker-mautic/blob/mautic5/README.md) and https://hub.docker.com/r/mautic/mautic for M5.