Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump ubuntu from v22.04 to v22.04.1 #274

Merged
merged 1 commit into from
Sep 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions builds/linux/ubuntu/22-04-lts/linux-ubuntu.auto.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
DESCRIPTION:
Ubuntu Server 22.04 LTS variables used by the Packer Plugin for VMware vSphere (vsphere-iso).
Ubuntu Server 22.04 LTS variables used by the Packer Plugin for VMware vSphere (vsphere-iso).
*/

// Guest Operating System Metadata
Expand Down Expand Up @@ -30,9 +30,9 @@ vm_network_card = "vmxnet3"
// Removable Media Settings
iso_url = null
iso_path = "iso/linux/ubuntu"
iso_file = "ubuntu-22.04-live-server-amd64.iso"
iso_file = "ubuntu-22.04.1-live-server-amd64.iso"
iso_checksum_type = "sha256"
iso_checksum_value = "84aeaf7823c8c61baa0ae862d0a06b03409394800000b3235854a6b38eb4856f"
iso_checksum_value = "10f19c5b2b8d6db711582e0e27f5116296c34fe4b313ba45f9b201a5007056cb"

// Boot Settings
vm_boot_order = "disk,cdrom"
Expand Down