r/Containers

▲ 19 r/Containers+1 crossposts

Minimal - open source project that build hardened container images now supports upto 100 images

Minimal - An open source project for hardened container images now supports 100 container images and adding more. The images are built daily, with almost 0 to minimal CVEs and trying to provide same level of output as other paid alternatives for free.

Github - github.com/rtvkiz/minimal

reddit.com
u/Trick_Face_2670 — 4 days ago
▲ 9 r/Containers+1 crossposts

Do you rebase container images?

I've been looking into ways to update container images in prod more efficiently. Rebasing seems an interesting option. Instead of rebuilding the whole application image we just swap the underlying runtime base, and all the layers on top of that are reused with their digests staying the same. So, faster and less traffic-heavy as nodes can reuse the unchanged layers.

Looks attractive in theory. In practice, rebuilding might seem like a more clear path? Just rebuild everything and test the artifact.

So, do you use rebasing? And if you don't, why not?

reddit.com
u/cat-edelveis — 9 days ago