openresty / docker-openresty

Docker tooling for OpenResty
https://hub.docker.com/r/openresty/openresty
BSD 2-Clause "Simplified" License
935 stars 525 forks source link

Need to update docker images to 1.25.3.2 with security fixes. #256

Closed xiaocang closed 1 month ago

xiaocang commented 1 month ago

For details, see https://openresty.org/en/ann-1025003002.html

neomantra commented 1 month ago

@xiaocang I'm working on this... seems that Alpine aarch64 images are missing:

https://openresty.org/package/alpine/v3.18/main/aarch64/

neomantra commented 1 month ago

You can see the failed build in the matrix here: https://app.travis-ci.com/github/openresty/docker-openresty/builds/271534446

xiaocang commented 1 month ago

Thanks for reporting the problem, I'll give it feedback to @agentzh to fix this missing

xiaocang commented 1 month ago

Hi @neomantra, the missing Alpine packages have been added.

neomantra commented 1 month ago

I've pushed repo tag 1.25.3.2-0 which is now building images with that tag.

https://app.travis-ci.com/github/openresty/docker-openresty/builds/271553952