diff --git a/FreeBSD-14/freebsd-14.pkr.hcl b/FreeBSD-14/freebsd-14.pkr.hcl index 4ea9f79..e81a273 100644 --- a/FreeBSD-14/freebsd-14.pkr.hcl +++ b/FreeBSD-14/freebsd-14.pkr.hcl @@ -10,7 +10,7 @@ variable "proxmox_apitoken" { source "proxmox-iso" "freebsd-14" { template_name = "freebsd-14" - template_description = "FreeBSD 14.1, generated on ${timestamp()}" + template_description = "FreeBSD 14.2, generated on ${timestamp()}" vm_id = "202" boot_wait = "10s" boot_key_interval = "200ms" @@ -40,8 +40,8 @@ source "proxmox-iso" "freebsd-14" { node = "kamino" pool = "Templates" - iso_url = "https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.1/FreeBSD-14.1-RELEASE-amd64-bootonly.iso" - iso_checksum = "sha256:e40f99eaef691b1545149e242d0ca3808bfcd9711a08bd11e2cb5e62d290c884" + iso_url = "https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.2/FreeBSD-14.2-RELEASE-amd64-bootonly.iso" + iso_checksum = "sha256:d063e48b81b99005c8097e60377c23fb07e4116c5f0c0b41a5dc368fc4df6bf9" iso_storage_pool = "iso" unmount_iso = true iso_download_pve = true diff --git a/Ubuntu/ubuntu-22.pkr.hcl b/Ubuntu/ubuntu-22.pkr.hcl index a5ec838..2025709 100644 --- a/Ubuntu/ubuntu-22.pkr.hcl +++ b/Ubuntu/ubuntu-22.pkr.hcl @@ -55,8 +55,7 @@ source "proxmox-iso" "ubuntu-22" { node = "kamino" pool = "Templates" - iso_url = "https://releases.ubuntu.com/22.04.4/ubuntu-22.04.4-live-server-amd64.iso" - iso_checksum = "sha256:45f873de9f8cb637345d6e66a583762730bbea30277ef7b32c9c3bd6700a32b2" + iso_url = "https://releases.ubuntu.com/22.04.5/ubuntu-22.04.5-live-server-amd64.iso" iso_storage_pool = "iso" unmount_iso = true iso_download_pve = true diff --git a/Ubuntu/ubuntu-24.pkr.hcl b/Ubuntu/ubuntu-24.pkr.hcl index 456424b..f332a65 100644 --- a/Ubuntu/ubuntu-24.pkr.hcl +++ b/Ubuntu/ubuntu-24.pkr.hcl @@ -55,8 +55,7 @@ source "proxmox-iso" "ubuntu-24" { node = "kamino" pool = "Templates" - iso_url = "https://releases.ubuntu.com/24.04/ubuntu-24.04-live-server-amd64.iso" - iso_checksum = "sha256:8762f7e74e4d64d72fceb5f70682e6b069932deedb4949c6975d0f0fe0a91be3" + iso_url = "https://releases.ubuntu.com/24.04.1/ubuntu-24.04.1-live-server-amd64.iso" iso_storage_pool = "iso" unmount_iso = true iso_download_pve = true