File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 46
46
[ #960 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/960 )
47
47
- Updates Debian Linux 12.5 to 12.6 release.
48
48
[ #960 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/960 )
49
-
49
+ - Updates Ubuntu 22.04 LTS to 22.04.1 LTS.
50
+ [ #965 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/965 )
51
+ - Updates AlmaLinux Build pkr.hcl file change version from 8.9 to 8.10
52
+ [ #965 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/965 )
53
+ - Updates Oracle Linux Build pkr.hcl file change version from 8.9 to 8.10
54
+ [ #965 ] ( https://github.com/vmware-samples/packer-examples-for-vsphere/pull/965 )
50
55
51
56
## v0.20.0
52
57
Original file line number Diff line number Diff line change 8
8
9
9
// Guest Operating System Metadata
10
10
vm_guest_os_name = "almalinux"
11
- vm_guest_os_version = "8.9 "
11
+ vm_guest_os_version = "8.10 "
12
12
13
13
// Virtual Machine Guest Operating System Setting
14
14
vm_guest_os_type = "other4xLinux64Guest"
Original file line number Diff line number Diff line change 9
9
10
10
// Guest Operating System Metadata
11
11
vm_guest_os_name = "oracle"
12
- vm_guest_os_version = "8.9 "
12
+ vm_guest_os_version = "8.10 "
13
13
14
14
// Virtual Machine Guest Operating System Setting
15
15
vm_guest_os_type = "oracleLinux8_64Guest"
Original file line number Diff line number Diff line change 22
22
"name" : " Ryan Johnson" ,
23
23
"organization" : " VMware by Broadcom" ,
24
24
"github" : " tenthirtyam"
25
+ },
26
+ {
27
+ "name" : " Jared Burns" ,
28
+ "organization" : " VMware by Broadcom" ,
29
+ "github" : " burnsjared0415"
25
30
}
26
31
]
27
32
},
107
112
"architectures" : [
108
113
{
109
114
"architecture" : " amd64" ,
110
- "download_link" : " https://releases.ubuntu.com/releases/24.04/ubuntu-24.04-live-server-amd64.iso" ,
115
+ "download_link" : " https://releases.ubuntu.com/releases/24.04.1 /ubuntu-24.04.1 -live-server-amd64.iso" ,
111
116
"checksum_algorithm" : " sha256" ,
112
- "checksum" : " https://releases.ubuntu.com/releases/24.04/SHA256SUMS"
117
+ "checksum" : " https://releases.ubuntu.com/releases/24.04.1 /SHA256SUMS"
113
118
}
114
119
],
115
120
"build_files" : [
You can’t perform that action at this time.
0 commit comments