Skip to content

Commit

Permalink
temporarily pin Ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Jan 17, 2024
1 parent 8a3427b commit 083c042
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ source "qemu" "ubuntu" {
disk_size = "150G"
format = "qcow2"
headless = var.headless
iso_checksum = "file:https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS"
iso_url = "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-${var.arch}.img"
// FIXME: change pin from `20240115` to `current` after a new release is out.
// `20240117` has SSH issues that prevent CI from completing.
iso_checksum = "file:https://cloud-images.ubuntu.com/jammy/20240115/SHA256SUMS"
iso_url = "https://cloud-images.ubuntu.com/jammy/20240115/jammy-server-cloudimg-${var.arch}.img"
memory = 2048
output_directory = local.output_directory
qemu_binary = "qemu-system-${lookup(local.qemu_arch, var.arch, "")}"
Expand Down

0 comments on commit 083c042

Please sign in to comment.