Skip to content
Discussion options

You must be logged in to vote

Howdy! Sorry to revive a dead thread but I wanted to chime in with my experience getting this working, namely that Proxmox's ZST decompression is capable of decompressing XZ archives. I have not found documentation on this anywhere, but have gotten this working successfully for the exact use case described here. Here is a complete, minimal working example (with bonus logic to pull the latest CoreOS image):

locals {
  metadata = jsondecode(data.http.coreos_stable_metadata.response_body)

  coreos_qemu_stable = local.metadata.architectures.x86_64.artifacts.qemu.formats["qcow2.xz"].disk
  download_url       = local.coreos_qemu_stable.location
  download_sum    = local.coreos_qemu_stable.sha2…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@webD97
Comment options

Comment options

You must be logged in to vote
1 reply
@bpg
Comment options

bpg Feb 14, 2025
Maintainer

Answer selected by bpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants