docker-nginx icon indicating copy to clipboard operation
docker-nginx copied to clipboard

Unmatching versions Nginx vs Alpine

Open jmartinsnexity opened this issue 4 months ago • 2 comments

Feature Overview

Hi NGINX Docker team !

Thank you for your work.

I don't know if you are aware that on your last tag, you are not matching the actual Alpine's available nginx package version (and therefore the sub packages). It makes impossible to easily install other nginx module packages via 'apk add'.

On master and 1.29 tag, you chose alpine:3.21 with nginx 1.28.0, when alpine:3.21 comes with nginx 1.26.3 package version. The 1.28 version of nginx comes with alpine:3.22.

I would like to know if you are planning to share an image of nginx1.28 that comes with alpine:3.22 ?

Alternatives Considered

No response

Additional Context

No response

jmartinsnexity avatar Aug 02 '25 10:08 jmartinsnexity