'almalinux' is not a valid release - custom image

Hello,

I’m having an issue when using my own packer custom image. I can’t change the deployed image. I get the error message : ‘almalinux’ is not a valid release. It should be one of: ‘jammy’

snap list
Name Version Rev Tracking Publisher Notes
core20 20240416 2318 latest/stable canonical✓ base
core22 20240419 1439 latest/stable canonical✓ base
lxd 4.0.10-e664786 29619 4.0/stable/… canonical✓ -
maas 3.5.1-16317-g.409891638 36889 3.5/stable canonical✓ -
snapd 2.63 21759 latest/stable canonical✓ snapd

I generated the custom image as this :

git clone GitHub - canonical/packer-maas: Packer templates to create MAAS deployable images
cd packer-maas
cd alma9
make

maas root boot-resources create
name=‘custom/almalinux’
title=‘almalinux’
architecture=‘amd64/generic’
filetype=‘tgz’
content@=alma9.tar.gz

FIY, I was able to deploy the image via the proper menu…

My issue is only when selecting the default image…

Hi @mrmarteau,

Thank your for reporting this issue. Following the steps that you described I was able to reproduce it using the CLI.

Could you fill a bug about this issue so we can keep track of it?

https://maas.io/docs/how-to-report-and-review-bugs

Thanks, I reported the bug.

Could you please post the link here for visibility?

Thanks!