-
Notifications
You must be signed in to change notification settings - Fork 187
Expand file tree
/
Copy pathos-image-map.json
More file actions
22 lines (22 loc) · 937 Bytes
/
os-image-map.json
File metadata and controls
22 lines (22 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"base": {
"rhel-10.2": "images.paas.redhat.com/bootc/rhel-bootc:latest-10.2",
"rhel-10.3": "images.paas.redhat.com/bootc/rhel-bootc:latest-10.3",
"rhel-9.8": "images.paas.redhat.com/bootc/rhel-bootc:latest-9.8",
"rhel-9.9": "images.paas.redhat.com/bootc/rhel-bootc:latest-9.9",
"centos-9": "quay.io/centos-bootc/centos-bootc:stream9",
"centos-10": "quay.io/centos-bootc/centos-bootc:stream10",
"fedora-42": "quay.io/fedora/fedora-bootc:42",
"fedora-43": "quay.io/fedora/fedora-bootc:43",
"fedora-44": "quay.io/fedora/fedora-bootc:44",
"fedora-45": "quay.io/fedora/fedora-bootc:45"
},
"buildroot-base": {
"centos-9": "quay.io/centos/centos:stream9",
"centos-10": "quay.io/centos/centos:stream10",
"fedora-42": "quay.io/fedora/fedora:42",
"fedora-43": "quay.io/fedora/fedora:43",
"fedora-44": "quay.io/fedora/fedora:44",
"fedora-45": "quay.io/fedora/fedora:45"
}
}