From 97209dee64ad9b6ab47ebe026d0a495aeca19981 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 27 Jan 2025 17:26:36 -0500 Subject: [PATCH] Added checksums for ubuntu images --- Ubuntu/ubuntu-22.pkr.hcl | 1 + Ubuntu/ubuntu-24.pkr.hcl | 1 + 2 files changed, 2 insertions(+) diff --git a/Ubuntu/ubuntu-22.pkr.hcl b/Ubuntu/ubuntu-22.pkr.hcl index 2025709..3779e85 100644 --- a/Ubuntu/ubuntu-22.pkr.hcl +++ b/Ubuntu/ubuntu-22.pkr.hcl @@ -56,6 +56,7 @@ source "proxmox-iso" "ubuntu-22" { pool = "Templates" iso_url = "https://releases.ubuntu.com/22.04.5/ubuntu-22.04.5-live-server-amd64.iso" + iso_checksum = "sha256:9bc6028870aef3f74f4e16b900008179e78b130e6b0b9a140635434a46aa98b0" 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 f332a65..374a883 100644 --- a/Ubuntu/ubuntu-24.pkr.hcl +++ b/Ubuntu/ubuntu-24.pkr.hcl @@ -56,6 +56,7 @@ source "proxmox-iso" "ubuntu-24" { pool = "Templates" iso_url = "https://releases.ubuntu.com/24.04.1/ubuntu-24.04.1-live-server-amd64.iso" + iso_checksum = "sha256:e240e4b801f7bb68c20d1356b60968ad0c33a41d00d828e74ceb3364a0317be9" iso_storage_pool = "iso" unmount_iso = true iso_download_pve = true