TrafeX / docker-php-nginx

Docker image with PHP-FPM 8.3 & Nginx 1.24 on Alpine Linux
https://hub.docker.com/r/trafex/php-nginx
MIT License
1.33k stars 721 forks source link

Version mismatch (latest !=3.5.0 #176

Closed Mugane closed 1 month ago

Mugane commented 2 months ago

Please could you make the "latest" tag correspond to the latest stable release, rather than a dynamic non-versioned working copy? The version tagged "latest" in the Docker hub has commits that are far more recent than the real latest versioned release (3.5.0). Also where is the change log (is there one)? Thanks!

TrafeX commented 2 months ago

Hi @Mugane,

The latest tag is automatically updated every week with the latest patches from Alpine Linux. It's the unstable version basically because it's not fully tested. The stable releases are tagged and the changelogs can be found under Releases. I don't have the intention to change this, but I will make this more clear in the README so you know what to expect.

Mugane commented 2 months ago

Ah, gotcha. I thought the convention was to have the "latest" tag correspond to the most recent stable release. I guess it doesn't matter if as you mention it's documented. Thanks!

TrafeX commented 1 month ago

It's a common practice indeed. But this project is a bit different since it's goal is to act as an example what you can change to your needs. I've added it to the README: https://github.com/TrafeX/docker-php-nginx?tab=readme-ov-file#versioning