Image Builder

July 31, 2026 ยท View on GitHub

Please see our Book for more in-depth documentation.

What is Image Builder?

Image Builder is a tool for building Kubernetes virtual machine images across multiple infrastructure providers. The resulting VM images are specifically intended to be used with Cluster API but should be suitable for other setups that rely on Kubeadm.

Provider / OS Matrix

The table below shows the currently provided operating systems for each provider built-in to image builder. (Note: This doesn't mean this is an exhaustive list of OSs each provider can support, only which are currently available within image-builder by default)

Legend:

  • ๐Ÿ’™: Image is available and is covered by CI tests
  • โœ…: Image is available for the provider
  • โŒ: Image is not available for the provider
OSamiazuredigitaloceangcehcloudhuaweicloudmaasnutanixociopenstackoutscaleovaoxidepowervsproxmoxqemurawscalewayvultr
AlmaLinux 9โœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒ
Amazon Linux 2โœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒ
Amazon Linux 2023โœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒ
Azure Linux 3โŒ๐Ÿ’™โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒ
CentOS 9โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโœ…โŒโœ…โŒโŒโŒ
CentOS 10โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโœ…โŒโœ…โŒโŒโŒ
Flatcarโœ…๐Ÿ’™โŒโŒโœ…โŒโŒโœ…โŒโœ…โœ…๐Ÿ’™โŒโŒโœ…โœ…โœ…โŒโŒ
Oracle Linux 9โŒโŒโŒโŒโŒโŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒ
Photon 4โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒ
Photon 5โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒ๐Ÿ’™โŒโŒโŒโŒโŒโŒโŒ
RHEL 9โŒโŒโŒโŒโŒโŒโŒโœ…โŒโŒโŒโœ…โŒโŒโŒโœ…โœ…โŒโŒ
Rocky Linux 9โŒโŒโŒโŒโœ…โŒโŒโœ…โŒโœ…โŒ๐Ÿ’™โŒโŒโœ…โœ…โŒโœ…โŒ
Ubuntu 22.04โœ…๐Ÿ’™โœ…๐Ÿ’™โœ…โœ…โœ…โœ…โœ…โœ…โœ…๐Ÿ’™โŒโŒโœ…โœ…โœ…โœ…โœ…
Ubuntu 24.04โœ…๐Ÿ’™โœ…๐Ÿ’™โœ…โŒโœ…โœ…โŒโœ…โœ…๐Ÿ’™โœ…โŒโœ…โœ…โœ…โœ…โœ…
Ubuntu 26.04โœ…๐Ÿ’™โœ…๐Ÿ’™โœ…โŒโœ…โœ…โŒโœ…โœ…๐Ÿ’™โŒโŒโœ…โœ…โœ…โœ…โœ…
Windows 2019โœ…๐Ÿ’™โŒโŒโŒโŒโŒโŒโœ…โŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒ
Windows 2022โŒ๐Ÿ’™โŒโŒโŒโŒโŒโœ…โœ…โŒโŒโœ…โŒโŒโŒโŒโŒโŒโŒ
Windows 2025โŒ๐Ÿ’™โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒ
Windows AnnualโŒโœ…โŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒโŒ

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

Goals

  • To build images for Kubernetes-conformant clusters in a consistent way across infrastructures, providers, and business needs.
    • To install all software, containers, and configuration needed by downstream tools such as Cluster API providers, to enable them to pass conformance tests
    • Support end users requirements to customize images for their business needs.
  • To provide assurances in the binaries and configuration in images for purposes of security auditing and operational stability.
    • Allow introspection of artifacts, software versions, and configurations in a given image.
    • Support repeatable build processes where the same inputs of requested install versions result in the same installed binaries.
  • To ensure that the creation of images is performed via well defined phases. Where users could choose specific phases that they needed.

Non-Goals

  • To provide upgrade or downgrade semantics.
  • To provide guarantees that the software installed provides a fully functional system.
  • To prescribe the hardware architecture of the build system.