Skip to main content

cloud-qcow2

Image description for cloud-qcow2 on Fedora 44.

The descriptions below describe the base image version, that can be further customized by the user using the Blueprint customizations.

Package sets

Each image description contains a list of base packages that make up the image. This list is dependency-resolved using the distribution's package manager and subsequently installed into the image. This means that the list of actually installed packages depends on the available RPM repositories and the dependencies of the packages listed in the image's base package set.

Do not rely on the image description format

The format of the image description is not guaranteed to be stable. It is published for informational purposes only.

Architectures

aarch64

distro: fedora-44
type: cloud-qcow2
arch: aarch64
os_version: "44"
bootmode: uefi
partition_type: gpt
default_filename: disk.qcow2
build_pipelines:
- build
payload_pipelines:
- os
- image
- qcow2
packages:
build:
include:
- btrfs-progs
- coreutils
- dosfstools
- e2fsprogs
- glibc
- policycoreutils
- python3
- qemu-img
- rpm
- selinux-policy-targeted
- systemd
- xz
exclude: []
os:
include:
- '@cloud-server-environment'
- btrfs-progs
- dosfstools
- dracut-config-generic
- e2fsprogs
- efibootmgr
- glibc-langpack-en
- grub2-efi-aa64
- grub2-tools
- kernel
- python3-dnf-plugin-tracer
- qemu-guest-agent
- selinux-policy-targeted
- shim-aa64
exclude:
- '*-firmware'
- dracut-config-rescue
- firewalld
- fwupd
- geolite2-city
- geolite2-country
- plymouth
partition_table:
type: gpt
partitions:
- size: 104857600
type: C12A7328-F81F-11D2-BA4B-00A0C93EC93B
payload:
type: vfat
label: ESP
mountpoint: /boot/efi
fstab_options: defaults,uid=0,gid=0,umask=077,shortname=winnt
fstab_passno: 2
- size: 2147483648
type: BC13C2FF-59E6-4262-A352-B275FD6F7172
payload:
type: ext4
label: boot
mountpoint: /boot
fstab_options: defaults
- size: 0
type: b921b045-1df0-41c3-af44-4c6f280d3fae
payload:
subvolumes:
- name: root
size: 0
mountpoint: /
- name: home
size: 0
mountpoint: /home
- name: var
size: 0
mountpoint: /var
blueprint:
supported_options:
- distro
- packages
- modules
- groups
- enabled_modules
- containers
- minimal
- customizations.cacerts
- customizations.directories
- customizations.disk
- customizations.files
- customizations.filesystem
- customizations.partitioning_mode
- customizations.fips
- customizations.firewall
- customizations.user
- customizations.sshkey
- customizations.group
- customizations.hostname
- customizations.kernel
- customizations.locale
- customizations.openscap
- customizations.repositories
- customizations.rpm
- customizations.services
- customizations.timezone
- name
- version
- description

ppc64le

distro: fedora-44
type: cloud-qcow2
arch: ppc64le
os_version: "44"
bootmode: legacy
partition_type: gpt
default_filename: disk.qcow2
build_pipelines:
- build
payload_pipelines:
- os
- image
- qcow2
packages:
build:
include:
- btrfs-progs
- coreutils
- e2fsprogs
- glibc
- grub2-ppc64le
- grub2-ppc64le-modules
- policycoreutils
- python3
- qemu-img
- rpm
- selinux-policy-targeted
- systemd
- xz
exclude: []
os:
include:
- '@cloud-server-environment'
- btrfs-progs
- dracut-config-generic
- e2fsprogs
- glibc-langpack-en
- grub2-ppc64le
- grub2-ppc64le-modules
- kernel
- powerpc-utils
- python3-dnf-plugin-tracer
- qemu-guest-agent
- selinux-policy-targeted
exclude:
- '*-firmware'
- dracut-config-rescue
- firewalld
- fwupd
- geolite2-city
- geolite2-country
- plymouth
partition_table:
type: gpt
partitions:
- size: 8388608
type: 21686148-6449-6E6F-744E-656564454649
- size: 2147483648
type: BC13C2FF-59E6-4262-A352-B275FD6F7172
payload:
type: ext4
label: boot
mountpoint: /boot
fstab_options: defaults
- size: 0
type: c31c45e6-3f39-412e-80fb-4809c4980599
payload:
subvolumes:
- name: root
size: 0
mountpoint: /
- name: home
size: 0
mountpoint: /home
- name: var
size: 0
mountpoint: /var
blueprint:
supported_options:
- distro
- packages
- modules
- groups
- enabled_modules
- containers
- minimal
- customizations.cacerts
- customizations.directories
- customizations.disk
- customizations.files
- customizations.filesystem
- customizations.partitioning_mode
- customizations.fips
- customizations.firewall
- customizations.user
- customizations.sshkey
- customizations.group
- customizations.hostname
- customizations.kernel
- customizations.locale
- customizations.openscap
- customizations.repositories
- customizations.rpm
- customizations.services
- customizations.timezone
- name
- version
- description

s390x

distro: fedora-44
type: cloud-qcow2
arch: s390x
os_version: "44"
bootmode: legacy
partition_type: dos
default_filename: disk.qcow2
build_pipelines:
- build
payload_pipelines:
- os
- image
- qcow2
packages:
build:
include:
- btrfs-progs
- coreutils
- e2fsprogs
- glibc
- policycoreutils
- python3
- qemu-img
- rpm
- s390utils-base
- selinux-policy-targeted
- systemd
- xz
exclude: []
os:
include:
- '@cloud-server-environment'
- btrfs-progs
- dracut-config-generic
- e2fsprogs
- glibc-langpack-en
- kernel
- python3-dnf-plugin-tracer
- qemu-guest-agent
- s390utils-base
- s390utils-core
- selinux-policy-targeted
exclude:
- '*-firmware'
- dracut-config-rescue
- firewalld
- fwupd
- geolite2-city
- geolite2-country
- plymouth
partition_table:
type: dos
partitions:
- size: 2147483648
type: "83"
payload:
type: ext4
label: boot
mountpoint: /boot
fstab_options: defaults
- size: 0
type: "83"
payload:
subvolumes:
- name: root
size: 0
mountpoint: /
- name: home
size: 0
mountpoint: /home
- name: var
size: 0
mountpoint: /var
blueprint:
supported_options:
- distro
- packages
- modules
- groups
- enabled_modules
- containers
- minimal
- customizations.cacerts
- customizations.directories
- customizations.disk
- customizations.files
- customizations.filesystem
- customizations.partitioning_mode
- customizations.fips
- customizations.firewall
- customizations.user
- customizations.sshkey
- customizations.group
- customizations.hostname
- customizations.kernel
- customizations.locale
- customizations.openscap
- customizations.repositories
- customizations.rpm
- customizations.services
- customizations.timezone
- name
- version
- description

x86_64

distro: fedora-44
type: cloud-qcow2
arch: x86_64
os_version: "44"
bootmode: hybrid
partition_type: gpt
default_filename: disk.qcow2
build_pipelines:
- build
payload_pipelines:
- os
- image
- qcow2
packages:
build:
include:
- btrfs-progs
- coreutils
- dosfstools
- e2fsprogs
- glibc
- grub2-pc
- policycoreutils
- python3
- qemu-img
- rpm
- selinux-policy-targeted
- systemd
- xz
exclude: []
os:
include:
- '@cloud-server-environment'
- btrfs-progs
- dosfstools
- dracut-config-generic
- e2fsprogs
- efibootmgr
- glibc-langpack-en
- grub2-efi-x64
- grub2-pc
- kernel
- python3-dnf-plugin-tracer
- qemu-guest-agent
- selinux-policy-targeted
- shim-x64
exclude:
- '*-firmware'
- dracut-config-rescue
- firewalld
- fwupd
- geolite2-city
- geolite2-country
- plymouth
partition_table:
type: gpt
partitions:
- size: 2097152
type: 21686148-6449-6E6F-744E-656564454649
bootable: true
- size: 104857600
type: C12A7328-F81F-11D2-BA4B-00A0C93EC93B
payload:
type: vfat
label: ESP
mountpoint: /boot/efi
fstab_options: defaults,uid=0,gid=0,umask=077,shortname=winnt
fstab_passno: 2
- size: 2147483648
type: BC13C2FF-59E6-4262-A352-B275FD6F7172
payload:
type: ext4
label: boot
mountpoint: /boot
fstab_options: defaults
- size: 0
type: 4f68bce3-e8cd-4db1-96e7-fbcaf984b709
payload:
subvolumes:
- name: root
size: 0
mountpoint: /
- name: home
size: 0
mountpoint: /home
- name: var
size: 0
mountpoint: /var
blueprint:
supported_options:
- distro
- packages
- modules
- groups
- enabled_modules
- containers
- minimal
- customizations.cacerts
- customizations.directories
- customizations.disk
- customizations.files
- customizations.filesystem
- customizations.partitioning_mode
- customizations.fips
- customizations.firewall
- customizations.user
- customizations.sshkey
- customizations.group
- customizations.hostname
- customizations.kernel
- customizations.locale
- customizations.openscap
- customizations.repositories
- customizations.rpm
- customizations.services
- customizations.timezone
- name
- version
- description

Generated using: ghcr.io/osbuild/image-builder-cli:latest@sha256:64890987e3d4e5120aeb807d81f3edf6d646a81909fe47ee63bcb26146c8a6fe

Last updated on: 2025-12-10 07:28:47 UTC