Kong / docker-kong

:monkey: Docker distribution for Kong
https://docs.konghq.com/gateway/latest/install/docker/
Apache License 2.0
1.4k stars 835 forks source link

Kong Ubuntu base Jammy -> Noble #725

Open jeremyjpj0916 opened 3 weeks ago

jeremyjpj0916 commented 3 weeks ago

https://github.com/Kong/docker-kong/blob/master/ubuntu/Dockerfile#L1 , now that noble is considered the new flagship release, can Kong bump up the OS it builds with in the defacto images? Would you accept a PR to cut over to it?

We cut over to it in our own docker image build of Kong and things are working great, helps address a few CVEs in jammy that noble has fixed too.

jeremyjpj0916 commented 3 weeks ago

Linked a PR, should be easy as that to cutover: https://github.com/Kong/docker-kong/pull/726