Hello,
I am writing a Terraform / OpenTofu script to set up my host with Talos Linux VMs, but this is not what this question is about.
Given this URL: https://factory.talos.dev/image/59c...c0f873dcf0bebc670/v1.8.3/nocloud-amd64.raw.xz I would like to download it using the Proxmox UI, but while the

It seems I can still use the same URL and replace the
Edit: actually trying to download https://factory.talos.dev/image/59c...c0f873dcf0bebc670/v1.8.3/nocloud-amd64.raw.gz does not work (even though at least the file can be downloaded). Any ideas?

Edit 2: using
I am writing a Terraform / OpenTofu script to set up my host with Talos Linux VMs, but this is not what this question is about.
Given this URL: https://factory.talos.dev/image/59c...c0f873dcf0bebc670/v1.8.3/nocloud-amd64.raw.xz I would like to download it using the Proxmox UI, but while the
gz
files can be automatically decompressed, at least on Proxmox 8.2.9 there seems to not be any built-in way to decompress the xz
files in the same manner, that SideroLabs Talos Linux seems to have switched to a couple versions ago.
It seems I can still use the same URL and replace the
xz
at the end with a gz
, but what if this becomes impossible?Edit: actually trying to download https://factory.talos.dev/image/59c...c0f873dcf0bebc670/v1.8.3/nocloud-amd64.raw.gz does not work (even though at least the file can be downloaded). Any ideas?

Edit 2: using
nocloud-amd64.img
as the image name (in particular the img
suffix) worked! Still though: what would I do if there's only a file with raw.xz
extension and no raw.gz
one?
Last edited: