Skip to content

Commit

Permalink
update ubuntu version in hcls files to match cecksums (#146)
Browse files Browse the repository at this point in the history
Similar to #97, Ubuntu
version is out of sync with Checksums.
  • Loading branch information
Stephen Andary authored Oct 16, 2023
1 parent b4d4c1e commit 5a4b7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ubuntu/ubuntu-flat.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source "qemu" "flat" {
http_directory = var.http_directory
iso_checksum = "file:http://releases.ubuntu.com/jammy/SHA256SUMS"
iso_target_path = "packer_cache/ubuntu.iso"
iso_url = "https://releases.ubuntu.com/jammy/ubuntu-22.04.2-live-server-amd64.iso"
iso_url = "https://releases.ubuntu.com/jammy/ubuntu-22.04.3-live-server-amd64.iso"
memory = 2048
qemuargs = [
["-vga", "qxl"],
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/ubuntu-lvm.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source "qemu" "lvm" {
http_directory = var.http_directory
iso_checksum = "file:http://releases.ubuntu.com/jammy/SHA256SUMS"
iso_target_path = "packer_cache/ubuntu.iso"
iso_url = "https://releases.ubuntu.com/jammy/ubuntu-22.04.2-live-server-amd64.iso"
iso_url = "https://releases.ubuntu.com/jammy/ubuntu-22.04.3-live-server-amd64.iso"
memory = 2048
qemuargs = [
["-vga", "qxl"],
Expand Down

0 comments on commit 5a4b7ce

Please sign in to comment.