kubernetes-sigs/image-builder

Support building Azure Confidential VM image based on Ubuntu 22.04 LTS for CVMs

mresvanis opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
I would like to build and publish an Azure Confidential VM image based on Ubuntu 22.04 LTS for CVMs, so that I can use it with CAPZ. Currently supported CVM base images are Windows 2019, Windows 2022 and Ubuntu 20.04 LTS for CVMs).

Describe the solution you'd like
I would like to build and publish a CAPI Azure CVM image based on Ubuntu 22.04 LTS for CVMs.

Describe alternatives you've considered
I have tried the following 2 scenarios:

  • When trying to build such an image with a VM with vTPM disabled, running apt-get dist-upgrade fails because of this nullboot bug(?).
  • When trying to build such an image with a VM with vTPM enabled, running packer complains about this.

Additional context

/kind feature