docker-library / php

Docker Official Image packaging for PHP
https://php.net
MIT License
3.84k stars 2.01k forks source link

Add Alpine 3.19 variant #1471

Closed jnoordsij closed 11 months ago

jnoordsij commented 11 months ago

This PR adds a variant for Alpine 3.19 and drops the 3.17 variant at the same time.

See also https://alpinelinux.org/posts/Alpine-3.19.0-released.html.

As a little bonus, I also removed an outdated comment relating to libressl found when checking things for the discussion on #1463. The PR/change mentioned was effectively reversed by #786, after Alpine decided to move back from libressl to openssl, hence rendering this comment obsolete and possibly confusing.

Note: the Alpine 3.19 base Docker image is yet to appear here, so automated checks will fail up till then; see also https://github.com/docker-library/official-images/pull/15852.

Edit: the Alpine 3.19 base images are now available, so this is now ready for a retrigger of the workflow!

Tithugues commented 11 months ago

Alpine 3.19 was released. Is it possible to run the checks again please?

jnoordsij commented 11 months ago

@tianon thanks for checking this! I've applied your suggestion and rebased to account for the RC variants added on master.

tianon commented 11 months ago

As always, thank you for the change and for sticking to it! :heart: