File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
:sweat_drops : ** Chore** :
13
13
14
+ - Updates Rocky Linux 8 to 8.9 release. [ GH-822 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/822 )
14
15
- Updates Oracle Linux 9 to 9.3 release. [ GH-821 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/821 )
15
16
- Updates Oracle Linux 8 to 8.9 release. [ GH-820 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/820 )
16
17
- Updates Red Hat Enterprise Linux 9 to 9.3 release. [ GH-819 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/819 )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ vm_guest_os_keyboard = "us"
13
13
vm_guest_os_timezone = "UTC"
14
14
vm_guest_os_family = "linux"
15
15
vm_guest_os_name = "rocky"
16
- vm_guest_os_version = "8.8 "
16
+ vm_guest_os_version = "8.9 "
17
17
18
18
// Virtual Machine Guest Operating System Setting
19
19
vm_guest_os_type = "other4xLinux64Guest"
@@ -33,7 +33,7 @@ vm_network_card = "vmxnet3"
33
33
34
34
// Removable Media Settings
35
35
iso_path = "iso/linux/rocky"
36
- iso_file = "Rocky-8.8 -x86_64-dvd1.iso"
36
+ iso_file = "Rocky-8.9 -x86_64-dvd1.iso"
37
37
38
38
// Boot Settings
39
39
vm_boot_order = "disk,cdrom"
You can’t perform that action at this time.
0 commit comments