Skip to main content

gce

Image description for gce on AlmaLinux OS 8.10.

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

Supported blueprint customizations

Blueprint fields accepted for this image type (from image-builder describe). See the Blueprint Reference for syntax and examples. The metadata fields name, version, and description are always accepted and omitted below.

Supported options:

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.

x86_64

distro: almalinux-8.10
type: gce
arch: x86_64
os_version: "8.10"
bootmode: uefi
partition_type: gpt
default_filename: image.tar.gz
build_pipelines:
- build
payload_pipelines:
- os
- image
- archive
packages:
build:
include:
- coreutils
- dosfstools
- glibc
- lorax
- platform-python
- policycoreutils
- python3-iniparse
- python36
- rpm
- selinux-policy-targeted
- systemd
- tar
- xfsprogs
- xz
exclude: []
os:
include:
- '@core'
- acpid
- chrony
- dhcp-client
- dnf-automatic
- dosfstools
- dracut-config-generic
- efibootmgr
- firewalld
- gce-disk-expand
- google-compute-engine
- google-osconfig-agent
- grub2-efi-x64
- grub2-tools-efi
- kernel
- langpacks-en
- net-tools
- python3
- rng-tools
- selinux-policy-targeted
- shim-x64
- tar
- timedatex
- vim
- xfsprogs
exclude:
- aic94xx-firmware
- alsa-utils
- atmel-firmware
- b43-fwcutter
- b43-openfwwf
- bfa-firmware
- dmraid
- eject
- gpm
- ipw2100-firmware
- ipw2200-firmware
- irqbalance
- ivtv-firmware
- iwl100-firmware
- iwl1000-firmware
- iwl3945-firmware
- iwl4965-firmware
- iwl5000-firmware
- iwl5150-firmware
- iwl6000-firmware
- iwl6000g2a-firmware
- iwl6050-firmware
- kernel-firmware
- libertas-usb8388-firmware
- microcode_ctl
- qemu-guest-agent
- ql2100-firmware
- ql2200-firmware
- ql23xx-firmware
- ql2400-firmware
- ql2500-firmware
- rt61pci-firmware
- rt73usb-firmware
- smartmontools
- xorg-x11-drv-ati-firmware
- zd1211-firmware
partition_table:
uuid: D209C89E-EA5E-4FBD-B161-B461CCE297E0
type: gpt
partitions:
- size: 1048576
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: 0FC63DAF-8483-4772-8E79-3D69D8477DE4
payload:
type: xfs
label: root
mountpoint: /
fstab_options: defaults
blueprint:
supported_options:
- distro
- packages
- modules
- groups
- enabled_modules
- containers
- customizations.cacerts
- customizations.directories
- customizations.disk
- customizations.dnf
- customizations.files
- customizations.filesystem
- customizations.firstboot
- 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
- customizations.rhsm
- customizations.sshd
- name
- version
- description

Generated using: ghcr.io/osbuild/image-builder-cli:latest@sha256:469a42695a4128abc7bb95cd99c6b248bd2b8a3064671b239aaab1655ab15d98

Last updated on: 2026-07-31 09:50:05 UTC