Kong / docker-kong

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

Running Kong on distroless #717

Open aneesh404 opened 5 months ago

aneesh404 commented 5 months ago

From the images present in Kong's dockerhub and code on this repo, I can't see any efforts done for running Kong on a distroless base image. I tried doing this for my use case and it seems to work. Is it of any value to create a PR to this repo?

Additionally, Can anyone share their findings on how it performed for you (if you've tried) and how can I benchmark the performance (except for using K6s for load testing).

badri commented 4 months ago

hi @aneesh404. Interestingly, we're also evaluating a Kong distroless build. Can you share a gist of this dockerfile? I'm thinking there might be value to your PR, as a lot of enterprises have tight regulations and have officially adopted distroless base images.

aneesh404 commented 2 months ago

Hi @badri

you can check the Dockerfile here at #721 . Sorry it took a while to get around pushing it.