▲ | tux3 5 days ago | |||||||||||||
The Docker images are complex for the sake of the Helm charts, which sometimes need to pass down tons of parameters These aren't just for your laptop, they're supposed to be able to run in prod I'm still stuck with 3 bitnami charts that I keep updated by building from source, which includes also building the images, all on our private registry. | ||||||||||||||
▲ | mrweasel 5 days ago | parent [-] | |||||||||||||
That makes some sense. I've only used Bitnami images with Docker compose or as standalone containers. In those case you're frequently better of just mounting in a configuration file, but that won't really work in Kubernetes. I would argue that if you run Kubernetes, then you frequently already have the resource to maintain your own images. | ||||||||||||||
|