From e123761aaa75299fca7084f4f7aaff487c55640b Mon Sep 17 00:00:00 2001 From: elreydetoda <10230166+elreydetoda@users.noreply.github.com> Date: Mon, 7 Mar 2022 17:20:02 -0500 Subject: [PATCH] adding remote sha1sum over https to ensure current sha1sum Signed-off-by: elreydetoda <10230166+elreydetoda@users.noreply.github.com> --- configs/ubuntu-cloud-init.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/ubuntu-cloud-init.json b/configs/ubuntu-cloud-init.json index 082ef56..07ec42a 100644 --- a/configs/ubuntu-cloud-init.json +++ b/configs/ubuntu-cloud-init.json @@ -76,7 +76,7 @@ "disk_size": "{{ env `DISK_SIZE` }}", "headless": "true", "memory": "4096", - "iso_checksum": "linux_iso.sha256", + "iso_checksum": "https://cloud-images.ubuntu.com/releases/focal/release/SHA1SUMS", "iso_url": "{{ env `ISO_URL` }}", "name": "{{ env `NAME` }}", "ubuntu_version": "{{ env `VERSION` }}",