packer/hcl2: update source ISOs

This commit is contained in:
classabbyamp 2024-07-23 21:23:21 -04:00 committed by classabbyamp
parent a0623c6bf6
commit 9e31c2f262
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ source "qemu" "x86_64" {
disk_size = "2000M"
format = "qcow2"
http_directory = "http"
iso_checksum = "sha256:5507fe41f54719e78db7b0f9c685f85b063616d913b14f815dd481b5ea66e397"
iso_url = "https://repo-default.voidlinux.org/live/20221001/void-live-x86_64-20221001-base.iso"
iso_url = "https://repo-default.voidlinux.org/live/20240314/void-live-x86_64-20240314-base.iso"
iso_checksum = "sha256:c1a3c0aff363057132f8dab80287396df8a8b4d7cd7f7d8d3f0e2c3ee9e5be7d"
ssh_password = "void"
ssh_timeout = "20m"
ssh_username = "void"

View File

@ -1,7 +1,7 @@
source "virtualbox-iso" "x86_64" {
guest_os_type = "Linux_64"
iso_url = "https://repo-default.voidlinux.org/live/20221001/void-live-x86_64-20221001-base.iso"
iso_checksum = "sha256:5507fe41f54719e78db7b0f9c685f85b063616d913b14f815dd481b5ea66e397"
iso_url = "https://repo-default.voidlinux.org/live/20240314/void-live-x86_64-20240314-base.iso"
iso_checksum = "sha256:c1a3c0aff363057132f8dab80287396df8a8b4d7cd7f7d8d3f0e2c3ee9e5be7d"
ssh_username = "void"
ssh_password = "void"
http_directory = "http"