Elektrine lite

← Feed

@giacomo@lemmy.dbzer0.com

Post #3949537

2026-07-20 03:51 UTC

its a container image with a kernel. the whole idea is reproducibility.

Replies (1)

  • @giacomo@lemmy.dbzer0.com 2026-07-20 04:01

    “immutability” doesnt really make sense it the context of the container. like, if you want to change the image, just make a new one with whatever changes you want and boot that. in my opinion, it doesn’t make sense to change the whole base OS image just to install some random package or program. keep that in the user writable domain, or userspace. not in the base OS image.

    Open ##3949729