Leap Micro 6.0 reaches Beta (news.opensuse.org)
from wolf@lemmy.zip to linux@lemmy.ml on 19 Jun 2024 18:49
https://lemmy.zip/post/17656400

Interesting times ahead! I am really looking forward to the Leap Micro release and hope it advances the state of the art. :-)

#linux

threaded - newest

perishthethought@lemm.ee on 19 Jun 2024 19:27 next collapse

I’ll take care of the “What is this thing?” for you, OP.

Leap Micro is an ultra-reliable, lightweight operating system built for containerized and virtualized workloads.

get.opensuse.org/leapmicro

t0mri@lemmy.ml on 20 Jun 2024 09:43 collapse

tell me if this is what I’m looking for. I build Lineage OS, which requires me to download a load of apps. I wish (analogy coming) I could manage everything like a npm project, where I can keep all the dependencies under a single dir. I want to use my package manager to handle the dependencies, rather than manually downloading the bins, mv-ing them to the dir, and setting the path. Once I’ve finished building, dispose everything with just one or two commands, leaving no footprint on my OS/machine.

boredsquirrel@slrpnk.net on 19 Jun 2024 21:31 collapse

I would love Slowroll or Leap, the tested packages of OpenSUSE using rpm-ostree. OpenSUSEs “immutable” model is worthless. It is not better than what Tumbleweed does with BTRFS snapshots

LaggyKar@programming.dev on 20 Jun 2024 10:56 collapse

It’s better in one way, in that updates are applied on reboot rather than pulling the rug put from under running applications. But I agree that it doesn’t go all the way, as it doesn’t provide a verifiable base system with clearly separated modifications. OSTree would be great.

Another possibility would be to distribute a base image as a btrfs send stream (possibly differential against previous versions) containing a compose-fs image and associated files. And then OS extensions could be installed with systemd-sysext.