Is there really a reason to use Alpine anymore? There's RedHat's UBI-minimal/micro and Ubuntu has a minimal image. Especially with Alpine's DNS weirdness in K8s environments. I feel the whole "Debian/Ubuntu bloatedness" (from the blog) is so last decade nowadays.
for example postgres: https://github.com/bitnami/containers/tree/main/bitnami/post...
- bitnami/postgresql:15 bb50064c650b 275MB ( postgis included! )
- postgres:15-alpine 6a35e2c987a6 243MB
- postgres:15-bullseye 2bb008a38e7c 379MB
[1] https://github.com/bitnami/minideb
However, it is sometimes a good idea to benchmark the speed of different images, as sometimes a significant speed loss is possible. for example: alpine and bitnami images optimized for size.
If reliability and support is important then the official debian based images are the way to go. ( --> postgres:15-bullseye )