Updating Rocky to 9.5

This commit is contained in:
Gregory Ballantine 2025-01-27 16:15:58 -05:00
parent 2cf2f865e6
commit 75ab6d02da

View File

@ -10,7 +10,7 @@ variable "proxmox_apitoken" {
source "proxmox-iso" "rocky-9" {
template_name = "rocky-9"
template_description = "Rocky Linux 9.3, generated on ${timestamp()}"
template_description = "Rocky Linux 9.5, generated on ${timestamp()}"
vm_id = "201"
boot_wait = "10s"
boot_key_interval = "200ms"
@ -43,8 +43,8 @@ source "proxmox-iso" "rocky-9" {
node = "kamino"
pool = "Templates"
iso_url = "https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.3-x86_64-boot.iso"
iso_checksum = "sha256:eb096f0518e310f722d5ebd4c69f0322df4fc152c6189f93c5c797dc25f3d2e1"
iso_url = "https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.5-x86_64-boot.iso"
iso_checksum = "sha256:628c069c9685477360640a6b58dc919692a11c44b49a50a024b5627ce3c27d5f"
iso_storage_pool = "iso"
unmount_iso = true
iso_download_pve = true