Skip to content

Commit 963ac1d

Browse files
committed
data/coreos: add marketplace stream
This adds the actual marketplace stream created via: STREAM_RELEASE_OVERRIDE=4.19 go run -mod=vendor ./hack/rhcos/populate-marketplace-imagestream.go
1 parent dc93a71 commit 963ac1d

File tree

1 file changed

+116
-0
lines changed

1 file changed

+116
-0
lines changed
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
{
2+
"aarch64": {
3+
"azure": {
4+
"no-purchase-plan": {
5+
"hyperVGen2": {
6+
"publisher": "azureopenshift",
7+
"offer": "aro4",
8+
"sku": "419-arm",
9+
"version": "419.6.20250523"
10+
}
11+
}
12+
}
13+
},
14+
"x86_64": {
15+
"azure": {
16+
"no-purchase-plan": {
17+
"hyperVGen1": {
18+
"publisher": "azureopenshift",
19+
"offer": "aro4",
20+
"sku": "aro_419",
21+
"version": "419.6.20250523"
22+
},
23+
"hyperVGen2": {
24+
"publisher": "azureopenshift",
25+
"offer": "aro4",
26+
"sku": "419-v2",
27+
"version": "419.6.20250523"
28+
}
29+
},
30+
"ocp": {
31+
"hyperVGen1": {
32+
"publisher": "redhat",
33+
"offer": "rh-ocp-worker",
34+
"sku": "rh-ocp-worker-gen1",
35+
"version": "4.18.2025031114"
36+
},
37+
"hyperVGen2": {
38+
"publisher": "redhat",
39+
"offer": "rh-ocp-worker",
40+
"sku": "rh-ocp-worker",
41+
"version": "4.18.2025031114"
42+
}
43+
},
44+
"opp": {
45+
"hyperVGen1": {
46+
"publisher": "redhat",
47+
"offer": "rh-opp-worker",
48+
"sku": "rh-opp-worker-gen1",
49+
"version": "4.18.2025031114"
50+
},
51+
"hyperVGen2": {
52+
"publisher": "redhat",
53+
"offer": "rh-opp-worker",
54+
"sku": "rh-opp-worker",
55+
"version": "4.18.2025031114"
56+
}
57+
},
58+
"oke": {
59+
"hyperVGen1": {
60+
"publisher": "redhat",
61+
"offer": "rh-oke-worker",
62+
"sku": "rh-oke-worker-gen1",
63+
"version": "4.18.2025031114"
64+
},
65+
"hyperVGen2": {
66+
"publisher": "redhat",
67+
"offer": "rh-oke-worker",
68+
"sku": "rh-oke-worker",
69+
"version": "4.18.2025031114"
70+
}
71+
},
72+
"ocp-emea": {
73+
"hyperVGen1": {
74+
"publisher": "redhat-limited",
75+
"offer": "rh-ocp-worker",
76+
"sku": "rh-ocp-worker-gen1",
77+
"version": "4.18.2025031114"
78+
},
79+
"hyperVGen2": {
80+
"publisher": "redhat-limited",
81+
"offer": "rh-ocp-worker",
82+
"sku": "rh-ocp-worker",
83+
"version": "4.18.2025031114"
84+
}
85+
},
86+
"opp-emea": {
87+
"hyperVGen1": {
88+
"publisher": "redhat-limited",
89+
"offer": "rh-opp-worker",
90+
"sku": "rh-opp-worker-gen1",
91+
"version": "4.18.2025031114"
92+
},
93+
"hyperVGen2": {
94+
"publisher": "redhat-limited",
95+
"offer": "rh-opp-worker",
96+
"sku": "rh-opp-worker",
97+
"version": "4.18.2025031114"
98+
}
99+
},
100+
"oke-emea": {
101+
"hyperVGen1": {
102+
"publisher": "redhat-limited",
103+
"offer": "rh-oke-worker",
104+
"sku": "rh-oke-worker-gen1",
105+
"version": "4.18.2025031114"
106+
},
107+
"hyperVGen2": {
108+
"publisher": "redhat-limited",
109+
"offer": "rh-oke-worker",
110+
"sku": "rh-oke-worker",
111+
"version": "4.18.2025031114"
112+
}
113+
}
114+
}
115+
}
116+
}

0 commit comments

Comments
 (0)