Alma Linux 10’s “normal” version targets x86_64_v3, but they additionally publish packages for x86_64_v2. Is there any chance of getting a x86_64_v2 image added to images.linuxcontainers.org for older servers?
Have you confirmed that the AlmaLinux 10 images aren’t using v2?
root@apps:~# incus launch images:almalinux/10 alma10
Launching alma10
The instance you are starting doesn’t have any network attached to it.
To create a new network, use: incus network create
To attach a network to an instance, use: incus network attach
root@apps:~# incus list alma10
±-------±--------±-----±-----±----------±----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
±-------±--------±-----±-----±----------±----------+
| alma10 | STOPPED | | | CONTAINER | 0 |
±-------±--------±-----±-----±----------±----------+
root@apps:~# incus console --show-log alma10
Fatal glibc error: CPU does not support x86-64-v3
root@apps:~#
Okay, so there’s something in the Alma build that’s not quite respecting the architecture we request.