Updating RHEL-clone images
This commit is contained in:
@@ -20,7 +20,7 @@ variable "proxmox_disk_storage" {
|
||||
|
||||
source "proxmox-iso" "almalinux-10" {
|
||||
template_name = "almalinux-10"
|
||||
template_description = "Almalinux 10.0, generated on ${timestamp()}"
|
||||
template_description = "Almalinux 10.2, generated on ${timestamp()}"
|
||||
vm_id = "207"
|
||||
boot_wait = "10s"
|
||||
boot_key_interval = "200ms"
|
||||
@@ -57,7 +57,7 @@ source "proxmox-iso" "almalinux-10" {
|
||||
boot_iso {
|
||||
type = "scsi"
|
||||
iso_url = "https://repo.almalinux.org/almalinux/10/isos/x86_64/AlmaLinux-10.0-x86_64-boot.iso"
|
||||
iso_checksum = "sha256:a1549729bfb66a28e3546c953033c9928eae7280917bb1c490983dba3bb9941c"
|
||||
iso_checksum = "sha256:b3f865468075bcada8f208d830289302c67529789d668041d24e8d6fc697ba6a"
|
||||
iso_download_pve = true
|
||||
iso_storage_pool = "iso"
|
||||
unmount = true
|
||||
|
||||
@@ -20,7 +20,7 @@ variable "proxmox_disk_storage" {
|
||||
|
||||
source "proxmox-iso" "almalinux-9" {
|
||||
template_name = "almalinux-9"
|
||||
template_description = "Almalinux 9.6, generated on ${timestamp()}"
|
||||
template_description = "Almalinux 9.8, generated on ${timestamp()}"
|
||||
vm_id = "204"
|
||||
boot_wait = "10s"
|
||||
boot_key_interval = "200ms"
|
||||
@@ -57,7 +57,7 @@ source "proxmox-iso" "almalinux-9" {
|
||||
boot_iso {
|
||||
type = "scsi"
|
||||
iso_url = "https://repo.almalinux.org/almalinux/9.6/isos/x86_64/AlmaLinux-9.6-x86_64-boot.iso"
|
||||
iso_checksum = "sha256:113521ec7f28aa4ab71ba4e5896719da69a0cc46cf341c4ebbd215877214f661"
|
||||
iso_checksum = "sha256:445f99e24399bbe98aab86111d60751c142eda049d2444fd76da5eb03472e4ab"
|
||||
iso_download_pve = true
|
||||
iso_storage_pool = "iso"
|
||||
unmount = true
|
||||
|
||||
Reference in New Issue
Block a user