Updating RHEL-clone images

This commit is contained in:
2026-08-04 13:49:02 -04:00
parent f63e817e19
commit 98619be324
4 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ variable "proxmox_disk_storage" {
source "proxmox-iso" "rocky-9" {
template_name = "rocky-9"
template_description = "Rocky Linux 9.6, generated on ${timestamp()}"
template_description = "Rocky Linux 9.8, generated on ${timestamp()}"
vm_id = "201"
boot_wait = "10s"
boot_key_interval = "200ms"
@@ -56,8 +56,8 @@ source "proxmox-iso" "rocky-9" {
boot_iso {
type = "scsi"
iso_url = "https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.6-x86_64-boot.iso"
iso_checksum = "sha256:0fad8d8b19a94a0222ea37152cdf5601229fe0178b651dc476e1cba41d2e6067"
iso_url = "https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.8-x86_64-boot.iso"
iso_checksum = "sha256:d6eeefdc8437c593d41a3150fcca4a734c55642ed472eecdda99720bb1370881"
iso_download_pve = true
iso_storage_pool = "iso"
unmount = true