Skip to content

Commit

Permalink
upgrade to ubuntu 22.04.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Sep 28, 2024
1 parent 4e1dac1 commit 3b4367f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export GOVC_PASSWORD='password'
export GOVC_DATACENTER='Datacenter'
export GOVC_CLUSTER='Cluster'
export GOVC_DATASTORE='Datastore'
export VSPHERE_OS_ISO="[$GOVC_DATASTORE] iso/ubuntu-22.04.4-live-server-amd64.iso"
export VSPHERE_OS_ISO="[$GOVC_DATASTORE] iso/ubuntu-22.04.5-live-server-amd64.iso"
export VSPHERE_ESXI_HOST='esxi.local'
export VSPHERE_TEMPLATE_FOLDER='test/templates'
export VSPHERE_TEMPLATE_NAME="$VSPHERE_TEMPLATE_FOLDER/ubuntu-22.04-amd64-vsphere"
Expand Down
4 changes: 2 additions & 2 deletions ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ variable "disk_size" {

variable "iso_url" {
type = string
default = "https://releases.ubuntu.com/22.04/ubuntu-22.04.4-live-server-amd64.iso"
default = "https://releases.ubuntu.com/22.04/ubuntu-22.04.5-live-server-amd64.iso"
}

variable "iso_checksum" {
type = string
default = "sha256:45f873de9f8cb637345d6e66a583762730bbea30277ef7b32c9c3bd6700a32b2"
default = "sha256:9bc6028870aef3f74f4e16b900008179e78b130e6b0b9a140635434a46aa98b0"
}

variable "proxmox_node" {
Expand Down

0 comments on commit 3b4367f

Please sign in to comment.