They were bought by IBM a few years back, but even aside from that they’re a corporation and they care about making money above all else.

It looks like Red Hat is doing its damnedest to consolidate as much power for themselves within the Linux ecosystem.

I don’t think the incessant Fedora shilling is unrelated.

It seems like there isn’t much criticism of the company or their tactics, and I’m curious if any of you think that should change.

  • Dark Arc@social.packetloss.gg
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 hours ago

    Interesting … yeah it looks like Leapp can do some upgrades for Alma and possibly others as well (TIL). I’m not sure how well that upgrade process would compare / be supported vs Debian though.

    What’s the image mode and ostree stuff? Is that required for RHEL and/or Alma going forward?

    • FlexibleToast@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 hours ago

      No image mode is not required. It is the immutable mode for RHEL. Using image builder and bootc to create and upgrade your images. Ostree is sort of like putting your entire OS in git. For an upgrade it checks out a new branch, updates that branch, then you have to reboot into that branch. That makes the upgrade atomic and gives you the ability to rollback. It’s what Core OS uses and what the Fedora Atomic desktops use. It’s a much bigger thing in RHEL 10 and I suspect will take over a lot of the duties of Satellite at some point.