Trending

#coreos

Latest posts tagged with #coreos on Bluesky

Latest Top
Trending

Posts tagged #coreos

screenshot of command line
first step - cat test.bu
second step running butane --pretty --strict test.bu -o test.ign
third step - cat test.ign (shows json formatted file with version 3.6.0)
fourth step - ignition-validate test.ign (results in couldn't parse config: unsupported version)

screenshot of command line first step - cat test.bu second step running butane --pretty --strict test.bu -o test.ign third step - cat test.ign (shows json formatted file with version 3.6.0) fourth step - ignition-validate test.ign (results in couldn't parse config: unsupported version)

Inspired by @bycx I started looking into CoreOS which seems like a good OS for my home cluster (immutable, more lightweight than Debian, easier to maintain).

I'm starting with a simple process - installing from flash drive and providing the installer with […]

[Original post on hachyderm.io]

0 0 1 0
[CoreOS] testing Stream: Zincati Upgrade Stall and Workaround - CoreOS - Fedora mailing-lists

If you have some #Fedora #CoreOS `testing` stream nodes check them to see if they have stuck updates. More info and workaround steps in lists.fedoraproject.org/archives/list/coreos@lis...

0 0 0 0
Fedora CoreOS Release Notes See the major changes and components version for latest Fedora CoreOS releases.

New stable Fedora CoreOS release available: 43.20260105.3.0

www.fedoraproject.org/coreos/release-notes

#linux #fedora #coreos #fcos

2 0 0 0
Preview
2 Weeks Left: The Flock 2026 CFP Ends Feb 2 The Flock 2026 CFP closes on February 2nd. Join the Fedora community in Prague to shape the future of Fedora Linux 45, RHEL 11, and Open Source AI. Submit your talk today! The post 2 Weeks Left: The Flock 2026 CFP Ends Feb 2 appeared first on Fedora Community Blog.
0 0 0 0
Preview
I Cannot SSH Into My Server Anymore (And That’s Fine) To kick off 2026, I had clear objectives in mind: decommissioning my trusty VPS and setting up its successor. Embracing a complete paradigm shift, I built myself a container-centric, declarative, and ...

Last week I went down a rabbit hole with #CoreOS, #Ignition, and #Quadlets while reworking my website deployment—and locked myself out of my server in the process.

If you enjoy hard-earned lessons from infrastructure experiments, this one’s for you: soap.coffee/~lthms/posts...

1 0 0 1
GitHub - lthms/tinkerbell: Infrastructure-as-code and machine configuration used to deploy my personal website Infrastructure-as-code and machine configuration used to deploy my personal website - lthms/tinkerbell

I am looking for beta reader for a post describing in depth how I came to move my website infrastructure to containers hosted on Fedora #CoreOS, see github.com/lthms/tinker...

If you are curious, please reach out! I want to make sure it’s an interesting and instructive piece.

3 0 2 0
Original post on mastodon.kodesumber.com

Major learning curve to use #fedora #coreos is how to create ignition file. #FCOS installation use that for installation configuration. There's no menu or wizard like other #linux distros.

Why? Because one of major goal of #FCOS is to enable easy mass deployment of similar configuration.

After […]

0 2 0 0
Original post on mastodon.kodesumber.com

Now, #fedora is still my daily OS on my workstation (PC and laptop). On my servers, #centos had been my primary server distro, but changed to #rockylinux and #almalinux because #redhat policy changes.

There are some of my servers also use fedora #coreos aka #fcos and i love it.

Also touch […]

0 0 0 0

If you have automatic enabled on Fedora CoreOS (the default) then you're `stable` stream nodes will be automatically updated to @fedora 43 based content this week!

#fedora #coreos #fedora_coreos

5 3 0 0
Preview
Fedora CoreOS: Butane e Ignition si fondono per semplificare il provisioning Fedora CoreOS semplifica il provisioning: Butane e Ignition si fondono per rendere più fluido il deploy in ambienti cloud-native e imutabili.

Fedora CoreOS semplifica il provisioning: Butane e Ignition si fondono per rendere più fluido il deploy in ambienti cloud-native e imutabili.
#Fedora #CoreOS #Linux

0 0 0 0
Preview
Fedora CoreOS rebasing to Fedora Linux 43 Fedora Linux 43 was released today [1]. The Fedora CoreOS testing stream has been rebased and is currently rolling out. This update will come to the stable stream in a few weeks. As of Fedora 43 updates are now built via a container workflow [2] and exclusively shipped via the quay.io/fedora/fedora-coreos container registry. This means updates no longer exist in the OSTree repo at https://ostree.fedoraproject.org [3]. For other Fedora 43 related changes you can see the full list of Fedora ...

@fedora CoreOS rebasing to Fedora Linux 43:

discussion.fedoraproject.org/t/fedora-coreos-rebasing...

#fedora #coreos #fedora_coreos

0 0 0 0
Original post on fosstodon.org

One of the nice things about bootc is that it enables you to have a stable base that can also be very up to date.

Why not use that to host a web server?

This guide by a member of the Fedora CoreOS team walks you through how to use bootc and Caddy!

➡️ […]

12 2 1 0
Original post on fosstodon.org

It's always satisfying when you see the tools you helped design working like they are supposed to. For the F43 CoreOS test week this week I dusted off my Raspberry Pi 4 and let autoupdates happen. It fully updated to the latest version even though there were many changes in between with how we […]

1 0 0 0

Pour Mercredi, en live tech Twitch, ça vous tente de découvrir #Fedora #CoreOS ?
Je ne connais pas du tout, mais vu qu'il y a des testsdays, sur CoreOS, ça pourrait être bien de découvrir et échanger avec ceux qui connaissent ?
testdays.fedoraproject.org/testday/6

1 0 0 0
Preview
How Red Hat just quietly, radically transformed enterprise server Linux RHEL 10 becomes the first major enterprise Linux distro to discard traditional packaging and embrace immutable. See how we got here.

How #RedHat just quietly, radically transformed enterprise server #Linux www.zdnet.com/article/how-... #CoreOS

1 0 0 0
Architectures/RISC-V/CoreOS - Fedora Project Wiki

For anyone out there with RISCV hardware I updated the RISCV CoreOS images at fedoraproject.org/wiki/Architectures/RISC-... with the latest Fedora RPM packages available.

#RISCV #CoreOS

1 1 0 0
Preview
PoC: Leveraging Butane during Ignition boot Converting Butane to Ignition on Boot We’ve received anecdotal evidence over the years that the transpilation step where you must convert a Butane YAML configuration into Ignition JSON before staring your CoreOS instance is a pain for users to understand and implement. CoreOS developers also feel this pain at times. What if you could feed either a Butane YAML config or an Ignition JSON config to your instance and it would just do the right thing regardless?

Should we enhance @fedora #coreos / Ignition to be able to pass in Butane configs directly? Check out this demo and add some feedback here or in the tracker issue.

dustymabe.com/2025/08/12/poc-leveragin...

0 0 0 0

@nirik thank you for getting the #coreos ppc builder back online!

0 0 0 0

@fedora #CoreOS for me!

0 1 0 0

The sudo CVE-2025-324632 and CVE-2025-32463 fixes have landed in #fedora #coreos

github.com/coreos/fedora-coreos-tra...

0 0 1 0
Original post on fosstodon.org

Here's an example of why the @fedora #coreos update graph is extremely useful. The user had a system that hasn't been updated in a really long time and they wanted to update it. Without the update graph it doesn't happen! […]

0 0 0 0
Original post on fosstodon.org

This past week I went on The Self Hosted Show from Jupiter Broadcasting Studios to talk about Fedora Project's CoreOS edition. Was great to chat with @ironicbadger, Brent Gervais and Chris Fisher, especially since it's been a few years since we were last able to catch up.

Check out the show! […]

2 1 0 0
Post image

💃Quieres aprender a realizar coreos para TikTok
¡ Apuntate ! todavía quedan plazas.

👉+info: goo.su/FnpZLq

#baila #coreos #Xixón #Gijón

0 0 0 0
Fedora CoreOS booting on RISCV architecture.

Fedora CoreOS booting on RISCV architecture.

Thanks to some help by davidlt and @neil I was able to get @fedora #CoreOS built for #RISCV. This is definitely one of the first ever CoreOS boots of RISCV:

8 5 1 0
Post image

Running Fedora CoreOS (FCOS) on Hetzner Cloud :fedora: with a custom image and Ignition via user-data :-)

How To:
docs.fedoraproject.org/en-US/fedora-coreos/prov...

#linux #fedora #coreos #fcos

0 3 0 0

@nirik we’ll move extra early if we can move some of the servers you host infra stuff on your #CoreOS too!

1 0 1 0
Original post on burningboard.net

Tomorrow 5pm UTC is the final go/no-go meeting for the release of Fedora Linux 42: calendar.fedoraproject.org/meeting/11013/

If everything goes to plan, then the new release can be there as soon as 2025-04-15 !!

It's the first release of Fedora Linux, that will […]

0 0 0 0
Download page showing Hetzner image as an option.

Download page showing Hetzner image as an option.

Some upstream contributor’s have been hard at work and we now have a Hetzer Cloud downlaodable image and docs page for @fedora #CoreOS Nice work everyone! docs.fedoraproject.org/en-US/fedora-coreos/prov...

#Hetzner #Fedora_CoreOS #Fedora

1 1 0 1

Anyone having used #fedora #coreos on a Raspberry Pi? How suitable is it for homelab?

1 0 1 0