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-10" {
template_name = "rocky-10"
template_description = "Rocky Linux 10.0, generated on ${timestamp()}"
template_description = "Rocky Linux 10.2, generated on ${timestamp()}"
vm_id = "208"
boot_wait = "10s"
boot_key_interval = "200ms"
@@ -56,8 +56,8 @@ source "proxmox-iso" "rocky-10" {
boot_iso {
type = "scsi"
iso_url = "https://download.rockylinux.org/pub/rocky/10/isos/x86_64/Rocky-10.0-x86_64-boot.iso"
iso_checksum = "sha256:2bb073606d8d83cbd3c0e25c5e6cd8e5c60c0e989e6e84f0c415c05e163640d3"
iso_url = "https://download.rockylinux.org/pub/rocky/10/isos/x86_64/Rocky-10.2-x86_64-boot.iso"
iso_checksum = "sha256:bf3a75907948563d0c11f3d1b8546ee9216e18a3ea2dc0a67eb4c45452e210f9"
iso_download_pve = true
iso_storage_pool = "iso"
unmount = true