-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.json
More file actions
29 lines (28 loc) · 1015 Bytes
/
input.json
File metadata and controls
29 lines (28 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"current": [
{
"image_name": "Ubuntu-24.04",
"visibility": "public",
"image_url": "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img",
"checksum_url": "https://cloud-images.ubuntu.com/noble/current/SHA256SUMS",
"properties": {
"os_distro": "ubuntu24.04",
"os_version": "24.04",
"os_admin_user": "ubuntu"
}
},
{
"image_name": "AlmaLinux-9",
"visibility": "public",
"image_url": "https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2",
"checksum_url": "https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM",
"properties": {
"os_distro": "almalinux9",
"os_version": "9",
"os_admin_user": "almalinux"
}
}
],
"deprecated": [
]
}