home.social

#flatcar — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #flatcar, aggregated by home.social.

  1. Digital Sovereignty isn't just for nations!

    Now that the desktop has reached The Final Shape we turn attention to our homelabs.

    Been making great progress on this, we're at v .8. This one is boring. Knuckle just installs flatcar.

    But we want cloud native magic so we're building "Bluefin Server" but not sure on the name. And it'll run flatcar, and in there your magical bootc factory runs and your bluebuild just worked ootb. And the Fedora one will come with coreOS, tekton, forgejo, konflux, etc.

    A place for both - if we design the homeserver and desktop as one unified WHOLE, we could do a ton more stuff. The tech is already finished.

    docs.projectbluefin.io/blog/in

  2. RE: mastodon.social/@sjvn/11660166

    Awesome to see #flatcar #linux get a commercial product. Hope to see more! Congrats @thilo and co!

    Before I worked with the bootc team to get that into the @cloudnativefdn I worked with the team at MS to get flatcar into the CNCF!

    It took a year (paperwork sucks). Awesome server os, I'm working on something slick for you all who wanna try it at home.

  3. If you’re in Prague this weekend and care about practical Linux ops, I’m doing two talks at Installfest.cz on Saturday (building A, CTU FEL, Karlovo náměstí), both in English:

    15:30–15:55 (Track II) – You Don’t Need Kubernetes: Side Projects on One Linux Server

    17:00–17:25 (Track III) – Flatcar Linux 101: A Hands-Free Server OS

    Details:
    pretalx.installfest.cz/install

    pretalx.installfest.cz/install

    #Installfest #Flatcar #PuzzleSecretary

  4. If you’re in Prague this weekend and care about practical Linux ops, I’m doing two talks at Installfest.cz on Saturday (building A, CTU FEL, Karlovo náměstí), both in English:

    15:30–15:55 (Track II) – You Don’t Need Kubernetes: Side Projects on One Linux Server

    17:00–17:25 (Track III) – Flatcar Linux 101: A Hands-Free Server OS

    Details:
    pretalx.installfest.cz/install

    pretalx.installfest.cz/install

    #Installfest #Flatcar #PuzzleSecretary

  5. @Foxboron (and for a chat at KubeCon, drop by the #Flatcar booth at the Project pavilion - we're there every KubeCon day in the afternoon)

  6. For a fireside chat with creators and maintainers of #SpecialPurposeOS #Linux distributions like #Flatcar or #Kairos at #FOSDEM, please drop by our SPOS BOF Session: Today (Saturday) 5pm in K4.401.

    No matter whether you're curious, a user, or a maintainer - drop by and join us!

    (Also, please boost!)
    fosdem.org/2026/schedule/event

  7. For a fireside chat with creators and maintainers of #SpecialPurposeOS #Linux distributions like #Flatcar or #Kairos at #FOSDEM, please drop by our SPOS BOF Session: Today (Saturday) 5pm in K4.401.

    No matter whether you're curious, a user, or a maintainer - drop by and join us!

    (Also, please boost!)
    fosdem.org/2026/schedule/event

  8. For a fireside chat with creators and maintainers of #SpecialPurposeOS #Linux distributions like #Flatcar or #Kairos at #FOSDEM, please drop by our SPOS BOF Session: Today (Saturday) 5pm in K4.401.

    No matter whether you're curious, a user, or a maintainer - drop by and join us!

    (Also, please boost!)
    fosdem.org/2026/schedule/event

  9. For a fireside chat with creators and maintainers of #SpecialPurposeOS #Linux distributions like #Flatcar or #Kairos at #FOSDEM, please drop by our SPOS BOF Session: Today (Saturday) 5pm in K4.401.

    No matter whether you're curious, a user, or a maintainer - drop by and join us!

    (Also, please boost!)
    fosdem.org/2026/schedule/event

  10. For a fireside chat with creators and maintainers of #SpecialPurposeOS #Linux distributions like #Flatcar or #Kairos at #FOSDEM, please drop by our SPOS BOF Session: Today (Saturday) 5pm in K4.401.

    No matter whether you're curious, a user, or a maintainer - drop by and join us!

    (Also, please boost!)
    fosdem.org/2026/schedule/event

  11. 🚨 All channels include critical fixes for runc vulnerabilities -
    CVE-2025-31133, CVE-2025-52565, CVE-2025-52881. Update soon to stay safe!
    #Flatcar #Security #runc

  12. 🌅 New day, new Flatcar releases!

    Alpha 4515.0.0, Beta 4459.1.1, and Stable 4459.2.0 are out with Linux 6.12.54, cgroups v1 kernel config mitigations, and major security updates across the stack.

    #Flatcar #Linux #ContainerLinux

  13. I rarely talk about work here, but this took quite some effort of the team and fellow maintainers:

    pixelrobots.co.uk/2025/11/flat

    Today, we add #Azure #AKS to our list of hosted #Kubernetes offers that support #Flatcar #Container #Linux. It's not the first, and it sure won't be the last. Documentation is here: learn.microsoft.com/en-us/azur

  14. 859 contributions to 6 repositories, says my #CNCF Contributor card

    And the whole journey started with a contribution to #Flatcar, thanks to @thilo

    contribcard.cncf.io/jasonbraga

  15. Spent some time thinking about a #DevOps flow for agency-sized orgs working on web applications.

    The idea is using #nix to pack a reproducible dev environment and build a docker image from it, which will be deployed on a container-host OS like #flatcar .

    Principles:
    - must be usable for small-sized projects on private infra or cloud providers
    - must be development-first, so 1:1 parity between a local environment and production and no DevOps gates during deployments
    - everything outside the dev env should be minimally intrusive
    - OSS and lightweight sw is preferred

    Locally we would have a nix-shell with runtime, toolchain (dependency managers and such) and a webserver. Also obv the app's git repo.
    Then we would have a *build node* that acts as a docker registry and an online dev env. A simple pipeline would:
    - pull the git repo
    - build the docker image with nix
    - push it to the local docker registry
    - run the image and serve it.
    This is automatable in a number of ways, including Ansible straight from the dev's machine without external CI tools.

    The *prod node* would leverage Flatcar's init system to pull the latest the docker image and run it at boot, the provisioning can be done manually or via Terraform.

    All testing (including security) runs in the dev environment.
    Environment variables are also managed inside the application (with something like dotenvx) with appropriate secret management, keeping in mind that every build is a prod build, and all else is dev.

    Database and observability systems are to be considered external dedicated services. Static assets (like media files) on the prod node are stored in a volume keeping the same paths as dev's.
    Basic status-based orchestration can be done in docker leveraging healthchecks.

  16. Okay, creating a custom unit that runs `systemctl enable podman.socket` after basic.target fixes it (I guess that supports my theory that it’s sysext-related). I’m wondering though if this is the best solution, or if I’m missing something obvious. #Flatcar #devops #homelab #selfhosting

  17. Trying to migrate from Fedora CoreOS to #Flatcar, but having a hard time getting the Podman-related systemd units enabled in my Butane config. In FCOS, setting `enabled` to true was sufficient. The same doesn’t seem to work with Flatcar. qemu-guest-agent.service works though. So I’m wondering if the reason might be that Podman is a sysext and therefore not available early enough? #devops #homelab #selfhosting

  18. Calm before the conference. If you're at #FrOSCon check out the Flatcar booth right at the Mensa, next to #KairOS and near #Fedora #CoreOS.

    I have a #Kubernetes #Sysext talk on #Flatcar #container #linux at 6 tomorrow, and @tormath1 will follow up with a hands-on tutorial on Sunday at 4.

  19. Attending to #FrOSCon this year is a good opportunity to: learn about Flatcar and discuss your use-cases with some Flatcar's maintainers (at the Flatcar booth and/or during the social event). See you there! #systemd #sysext #linux #flatcar #OpenSource #DevOps

  20. On Sunday 17th 4:00pm, @tormath1 will run a workshop to learn how to run, build and update systemd-sysext images on image based systems. programm.froscon.org/2025/even

  21. On Saturday 16th 6:15pm, @thilo will demo Kubernetes deployment using Flatcar and systemd-sysext and how to handle the updates. programm.froscon.org/2025/even

  22. Attending to @FrOSCon this year is a good opportunity to: learn about Flatcar and discuss your use-cases with some Flatcar's maintainers (at the Flatcar booth and/or during the social event). See you there!

    #systemd #sysext #linux #flatcar #OpenSource #DevOps

  23. They even use maintenance windows to stay up to date and automatically install new #Flatcar releases! Good stuff.

    github.com/jakelmg/flatcar-lan

  24. 🗓️ Bug Smashing Friday is here!

    Let’s kick off the first Friday of June by stomping bugs and triaging issues in the Flatcar Container Linux tracker.

    Join us in cleaning up, categorizing, and closing bugs to help make Flatcar even more robust!

    🔗 github.com/flatcar/Flatcar/dis
    📹 meet.flatcar.org/BugSmashingDa
    🐧 #Flatcar #BugTriage #OpenSource #Linux #k8s