Supported Platforms

O Fedora CoreOS é provisionado por meio de imagens de disco pré-compiladas e configurado na primeira inicialização via Ignition. Cada plataforma pode exigir lógica e componentes específicos, portanto, imagens dedicadas são fornecidas para cada ambiente com suporte. Além disso, um ID de plataforma exclusivo está disponível no ambiente do host para introspecção em tempo de execução.

Supported platforms

The currently supported platforms and their identifiers are listed below.

x86_64

AArch64

s390x

Runtime introspection of platform IDs

Each Fedora CoreOS image boots with a platform-specific identifier, available on the kernel command-line. The name of the parameter is ignition.platform.id. The platform ID is consumed by OS components such as Ignition and Afterburn. Additionally, it can be used in systemd units via ConditionKernelCommandLine=.

See Ignition’s Supported Platforms and Afterburn’s Supported Platforms documentation pages for more details about which features are supported for each platform. Note that some platforms are currently supported by Ignition and Afterburn but are not yet supported by Fedora CoreOS.

The Platform ID can be introspected at runtime, as follows:

Exemplo de CLI de introspecção de plataforma
$ grep -o ignition.platform.id='[[:alnum:]]*' /proc/cmdline

ignition.platform.id=aws