Kong / docker-kong

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

Ubuntu image is missing useradd #675

Open marverix opened 9 months ago

marverix commented 9 months ago

Ubuntu image is missing useradd command. In contrast Alpine image does adduser. In the git history one can see that Ubuntu image had also useradd in the past. Is it a bug or on purpose?

chronolaw commented 5 months ago

Yes, it is a good question. Could anyone in this team give us an answer?

guoard commented 3 weeks ago

I am almost sure that kong user is created by .deb package, so there is no need to create it manually in Dockerfile.