top | item 36934812

(no title)

jake_morrison | 2 years ago

I use distroless images based on Debian or Ubuntu, e.g., https://github.com/cogini/phoenix_container_example

The result is images the same size as Alpine, or smaller, without the incompatibilities. I think Alpine is a dead end.

discuss

order

nullify88|2 years ago

Doesn't distroless bring in a lot of complexity when you need something as simple as ca-certificates?

IMO Distroless or even scratch is nice for statically complied binaries or self contained deployments, but if there's a dependency on user space then it becomes complex.

pas|2 years ago

You can copy the CA bundle in the last step of the image build (along with the required libs and their assets/dependencies), or am I missing something?