forked from osbuild/images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-map.json
125 lines (125 loc) · 2.15 KB
/
config-map.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"./configs/all-customizations.json": {
"image-types": [
"qcow2"
],
"distros": [
"rhel-9*",
"rhel-8*",
"centos*",
"fedora*"
]
},
"./configs/edge-ostree-pull-empty.json": {
"image-types": [
"edge-ami",
"edge-installer",
"edge-raw-image",
"edge-vsphere"
]
},
"./configs/embed-containers-2.json": {
"image-types": [
"edge-container"
]
},
"./configs/embed-containers.json": {
"image-types": [
"edge-commit"
]
},
"./configs/empty.json": {
"arches": [],
"distros": [],
"image-types": [
"ami",
"azure-eap7-rhui",
"azure-rhui",
"azure-sap-rhui",
"container",
"ec2",
"ec2-ha",
"ec2-sap",
"edge-container",
"gce",
"gce-rhui",
"image-installer",
"iot-container",
"live-installer",
"minimal-raw",
"oci",
"openstack",
"ova",
"qcow2",
"tar",
"vhd",
"vmdk",
"wsl"
]
},
"./configs/iot-customizations-full.json": {
"image-types": [
"iot-container"
]
},
"./configs/iot-ostree-pull-empty.json": {
"image-types": [
"iot-ami",
"iot-installer",
"iot-qcow2-image",
"iot-raw-image"
]
},
"./configs/kernel-debug.json": {
"image-types": [
"iot-commit"
]
},
"./configs/edge-ostree-pull-device.json": {
"image-types": [
"edge-simplified-installer"
]
},
"./configs/iot-ostree-pull-device.json": {
"image-types": [
"iot-simplified-installer"
]
},
"./configs/ostree.json": {
"image-types": [
"edge-commit",
"edge-container",
"iot-container"
]
},
"./configs/all-with-oscap.json": {
"image-types": [
"qcow2"
],
"distros": [
"rhel-91",
"rhel-92",
"rhel-87",
"rhel-88",
"rhel-89",
"centos*",
"fedora*"
]
},
"./configs/minimal.json": {
"image-types": [
"qcow2"
],
"distros": [
"fedora*"
]
},
"./configs/minimal-pkgs.json": {
"image-types": [
"qcow2"
],
"distros": [
"fedora*"
]
}
}