ubuntu image
Hi, can you add ubuntu based image to your project?
Hi,
I might be able to. What would be the use-case for a Ubuntu-based image over the current Alpine-based one?
We use ubuntu in our project stack, because alpine with glibc/musl has weird issues in the recent past with stuff like networking, sporadic performance drops and segfaults
and there is more pleasure if it has build from latest source, like 1.17.9, because, for example it has
*) Bugfix: socket leak when using HTTP/2.
I’ve thought about adding extra tags to track mainline NGINX before and I think I will give it a try, now that I am building with GitLab CI and it should be fairly easy.
For the Ubuntu Dockerfile, that would take some extra work as it is likely to require some time researching the dependencies and similar. Pull requests welcome!