Fangtooth - Instances - Missing Alma Linux

Where is the list of available instance images populated from?

I’m trying to use Alma Linux which is shown on the Linux Containers Image list but it is not included in the list from TrueNAS.

Is there a way to add sources for the list of available instance images?

I tried finding help in the fangtooth docs but I could only find virtual machines under virtualization.

Thanks!

Strange, the underlying incus instance can see images for AlmaLinux

root@fangtooth[~]# incus image list images:alma
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+
|           ALIAS            | FINGERPRINT  | PUBLIC |            DESCRIPTION             | ARCHITECTURE |      TYPE       |   SIZE    |     UPLOAD DATE      |
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+
| almalinux/8 (3 more)       | 34bb107efdef | yes    | Almalinux 8 amd64 (20250302_23:08) | x86_64       | CONTAINER       | 129.01MiB | 2025/03/01 16:00 PST |
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+
| almalinux/8 (3 more)       | e1e2cfae921f | yes    | Almalinux 8 amd64 (20250302_23:08) | x86_64       | VIRTUAL-MACHINE | 906.43MiB | 2025/03/01 16:00 PST |
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+
| almalinux/8/arm64 (1 more) | f3e06072ada1 | yes    | Almalinux 8 arm64 (20250302_23:08) | aarch64      | CONTAINER       | 125.40MiB | 2025/03/01 16:00 PST |
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+
| almalinux/8/cloud (1 more) | c97b13826a74 | yes    | Almalinux 8 amd64 (20250302_23:08) | x86_64       | VIRTUAL-MACHINE | 925.08MiB | 2025/03/01 16:00 PST |
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+
| almalinux/8/cloud (1 more) | efe07d85f6b6 | yes    | Almalinux 8 amd64 (20250302_23:08) | x86_64       | CONTAINER       | 148.26MiB | 2025/03/01 16:00 PST |
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+
| almalinux/8/cloud/arm64    | 281135c8d056 | yes    | Almalinux 8 arm64 (20250302_23:08) | aarch64      | CONTAINER       | 144.13MiB | 2025/03/01 16:00 PST |
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+
| almalinux/9 (3 more)       | 2d046762d95e | yes    | Almalinux 9 amd64 (20250302_23:08) | x86_64       | VIRTUAL-MACHINE | 781.00MiB | 2025/03/01 16:00 PST |
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+
| almalinux/9 (3 more)       | 50998f36a9dd | yes    | Almalinux 9 amd64 (20250302_23:08) | x86_64       | CONTAINER       | 118.43MiB | 2025/03/01 16:00 PST |
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+
| almalinux/9/arm64 (1 more) | ed3d09391ebc | yes    | Almalinux 9 arm64 (20250302_23:08) | aarch64      | CONTAINER       | 114.27MiB | 2025/03/01 16:00 PST |
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+
| almalinux/9/cloud (1 more) | 62596ac89b0c | yes    | Almalinux 9 amd64 (20250302_23:08) | x86_64       | CONTAINER       | 134.07MiB | 2025/03/01 16:00 PST |
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+
| almalinux/9/cloud (1 more) | 4811812cbce6 | yes    | Almalinux 9 amd64 (20250302_23:08) | x86_64       | VIRTUAL-MACHINE | 801.04MiB | 2025/03/01 16:00 PST |
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+
| almalinux/9/cloud/arm64    | c6d4b5f00765 | yes    | Almalinux 9 arm64 (20250302_23:08) | aarch64      | CONTAINER       | 129.70MiB | 2025/03/01 16:00 PST |
+----------------------------+--------------+--------+------------------------------------+--------------+-----------------+-----------+----------------------+

Perhap consider a bug report?

1 Like

Edit!

My results match yours.

Bug report issued

Thank you!