Post #3609471
2026-07-05 15:30 UTC
@pernia@cum.salon @john_darksoul@ariamispainted.world @zero@strelizia.net Doesn't matter that it is packaged when the Docker image doesn't have it installed. There are people that run 5 different Postgres instances on the same box in different containers, because Docker Compost told them to.
Replies (2)
-
@iamtakingiteasy@eientei.org 2026-07-05 17:56
@phnt@fluffytail.org @john_darksoul@ariamispainted.world @pernia@cum.salon @zero@strelizia.net It's generally inefficient to put IO-intensive applications in a container, only somewhat justifiable in cloud-provided k8s clusters with multiple redundancy zones and mostly for databases that natively support clustering, but building customized images is not a problem, you would probably need to do so any way to pin versions in your own docker repository, usually in a repo with it's own CI and compose files dedicated to building base/infrastructure images.
-
@john_darksoul@ariamispainted.world 2026-07-05 15:37
@phnt@fluffytail.org @pernia@cum.salon @zero@strelizia.net i do this