OCI images that you can turn into a full-fledged developer workstation shipping Devbox, Nix, Homebrew, devcontainers and DevPod with one command. Pretty swanky!

  • @sfcl33t@lemmy.world
    link
    fedilink
    148 months ago

    I’m still having a hard time grasping this, probably because I don’t understand OCI images. How would this be different than say using fedora with docker to spin up containers with stuff I need?

    • @worldofgeese@lemmy.worldOP
      link
      fedilink
      31
      edit-2
      8 months ago

      Hmm, well Fedora on its own (so no Silverblue) is very much your classic way of shipping a distro. That tends to mean that, over time, “cruft” accumulates as you upgrade your system, uninstall/reinstall packages, etc. They leave bits of themselves behind that can cause unwanted behavior.

      Fedora Silverblue, that Bluefin is based on, treats the entire system layer as “immutable”. Basically, it ensures consistency so that upgrades and package upgrades don’t leave the system in an inconsistent state.

      What Bluefin adds on top of this is a set of opinionated, pre-configured layers suited for getting particular groups of tasks done. Those layers are also immutable and tested as a whole, which makes shipping those layers at velocity easy (faster upgrades, less wonky behavior on upgrade) and easy to swap between, so you can go from gaming to developer mode without worrying about an accumulation of cruft.

      Is that helpful at all? There’s also this announcement blog post, which I found very helpful in understanding the value proposition.

    • bitwolf
      link
      fedilink
      18 months ago

      Pretty much the same however it would be like you’re working inside a docker container to cover and build your container images.

      In this setup your entire os is a container also. It’s just another layer. This is the same way the Steam Deck distributes updates and many of us believe to be the future for the next wave of Linux users.