Skip to content

Commit c2c2a90

Browse files
committed
Set the default rhel-9 repos for 4.22 and 5.0 to 9.8
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
1 parent 5463534 commit c2c2a90

File tree

2 files changed

+237
-165
lines changed

2 files changed

+237
-165
lines changed

core-services/release-controller/_repos/ocp-4.22-rhel9.repo

Lines changed: 118 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,54 @@
1-
[rhel-9-baseos]
2-
name = rhel-9-baseos
3-
baseurl = https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/
1+
[rhel-9.8-baseos]
2+
name = rhel-9.8-baseos
3+
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22/rhel-98-baseos
44
enabled = 1
55
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
66
sslverify = false
77
gpgcheck = 0
8-
# https://projects.engineering.redhat.com/browse/RCM-65421
9-
sslclientkey = /tmp/key/rh-cdn.pem
10-
sslclientcert = /tmp/key/rh-cdn.pem
8+
username_file = /tmp/mirror-enterprise-basic-auth/username
9+
password_file = /tmp/mirror-enterprise-basic-auth/password
1110
failovermethod = priority
11+
skip_if_unavailable = true
1212

13-
[rhel-9-appstream]
14-
name = rhel-9-appstream
15-
baseurl = https://cdn.redhat.com/content/dist/rhel9/9/x86_64/appstream/os/
13+
[rhel-9.8-appstream]
14+
name = rhel-9.8-appstream
15+
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22/rhel-98-appstream
1616
enabled = 1
1717
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
1818
sslverify = false
1919
gpgcheck = 0
20-
# https://projects.engineering.redhat.com/browse/RCM-65421
21-
sslclientkey = /tmp/key/rh-cdn.pem
22-
sslclientcert = /tmp/key/rh-cdn.pem
20+
username_file = /tmp/mirror-enterprise-basic-auth/username
21+
password_file = /tmp/mirror-enterprise-basic-auth/password
2322
failovermethod = priority
23+
skip_if_unavailable = true
24+
excludepkgs=toolbox*
2425

25-
[rhel-9-fast-datapath]
26-
name = rhel-9-fast-datapath
26+
[rhel-9.8-nfv]
27+
name = rhel-9.8-nfv
28+
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22/rhel-98-nfv
29+
enabled = 1
30+
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
31+
sslverify = false
32+
gpgcheck = 0
33+
username_file = /tmp/mirror-enterprise-basic-auth/username
34+
password_file = /tmp/mirror-enterprise-basic-auth/password
35+
failovermethod = priority
36+
skip_if_unavailable = true
37+
38+
[rhel-9.8-highavailability]
39+
name = rhel-9.8-highavailability
40+
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22/rhel-98-highavailability
41+
enabled = 1
42+
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
43+
sslverify = false
44+
gpgcheck = 0
45+
username_file = /tmp/mirror-enterprise-basic-auth/username
46+
password_file = /tmp/mirror-enterprise-basic-auth/password
47+
failovermethod = priority
48+
skip_if_unavailable = true
49+
50+
[rhel-9.8-fast-datapath]
51+
name = rhel-9.8-fast-datapath
2752
baseurl = https://cdn.redhat.com/content/dist/layered/rhel9/x86_64/fast-datapath/os/
2853
enabled = 1
2954
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
@@ -34,9 +59,9 @@ sslclientkey = /tmp/key/rh-cdn.pem
3459
sslclientcert = /tmp/key/rh-cdn.pem
3560
failovermethod = priority
3661

37-
[rhel-9-nfv]
38-
name = rhel-9-nfv
39-
baseurl = https://cdn.redhat.com/content/dist/rhel9/9/x86_64/nfv/os/
62+
[rhel-98-codeready-builder-rpms]
63+
name = rhel-98-codeready-builder-rpms
64+
baseurl = https://cdn.redhat.com/content/eus/rhel9/9.8/x86_64/codeready-builder/os/
4065
enabled = 1
4166
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
4267
sslverify = false
@@ -46,8 +71,8 @@ sslclientkey = /tmp/key/rh-cdn.pem
4671
sslclientcert = /tmp/key/rh-cdn.pem
4772
failovermethod = priority
4873

49-
[rhel-9-server-ose]
50-
name = rhel-9-server-ose
74+
[rhel-9.8-server-ose-4.22]
75+
name = rhel-9.8-server-ose-4.22
5176
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22/rhel-9-server-ose-rpms
5277
enabled = 1
5378
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
@@ -58,44 +83,55 @@ password_file = /tmp/mirror-enterprise-basic-auth/password
5883
failovermethod = priority
5984
skip_if_unavailable = true
6085

61-
[rhel-9-codeready-builder-rpms]
62-
name = rhel-9-codeready-builder-rpms
63-
baseurl = https://cdn.redhat.com/content/dist/rhel9/9/x86_64/codeready-builder/os/
86+
# In the el-only variants, we still want the early kernels. Currently
87+
# those are just part of the plashets, which are OCP-versioned. In
88+
# https://issues.redhat.com/browse/ART-11248, we've agreed for now that
89+
# instead of having a separate RHEL-only repo, we'll just reuse a plashet repo
90+
# and filter out everything *but* the kernel. We just need to make sure to
91+
# use a plashet of an OCP version we know is based on the RHEL version we're
92+
# interested in.
93+
[rhel-9.8-early-kernel]
94+
name = rhel-9.8-early-kernel
95+
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22/rhel-9-server-ose-rpms
6496
enabled = 1
6597
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
6698
sslverify = false
6799
gpgcheck = 0
68-
# https://projects.engineering.redhat.com/browse/RCM-65421
69-
sslclientkey = /tmp/key/rh-cdn.pem
70-
sslclientcert = /tmp/key/rh-cdn.pem
100+
username_file = /tmp/mirror-enterprise-basic-auth/username
101+
password_file = /tmp/mirror-enterprise-basic-auth/password
71102
failovermethod = priority
103+
skip_if_unavailable = true
104+
# - Also include the legacy toolbox package until we move to the new containers one
105+
# https://docs.google.com/document/d/137krt0IRctfwf2e7k1r7tKYPysWrDlTxqdFhFA9XKbw/edit?tab=t.0#heading=h.slko10np055j
106+
# https://issues.redhat.com/browse/OCPBUGS-56600
107+
includepkgs=kernel,kernel-*,toolbox*,
72108

73-
[rhel-9-baseos-ppc64le]
74-
name = rhel-9-baseos-ppc64le
75-
baseurl = https://cdn.redhat.com/content/dist/rhel9/9/ppc64le/baseos/os/
109+
[rhel-9.8-baseos-ppc64le]
110+
name = rhel-9.8-baseos-ppc64le
111+
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22/rhel-98-baseos-ppc64le
76112
enabled = 1
77113
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
78114
sslverify = false
79115
gpgcheck = 0
80-
# https://projects.engineering.redhat.com/browse/RCM-65421
81-
sslclientkey = /tmp/key/rh-cdn.pem
82-
sslclientcert = /tmp/key/rh-cdn.pem
116+
username_file = /tmp/mirror-enterprise-basic-auth/username
117+
password_file = /tmp/mirror-enterprise-basic-auth/password
83118
failovermethod = priority
119+
skip_if_unavailable = true
84120

85-
[rhel-9-appstream-ppc64le]
86-
name = rhel-9-appstream-ppc64le
87-
baseurl = https://cdn.redhat.com/content/dist/rhel9/9/ppc64le/appstream/os/
121+
[rhel-9.8-appstream-ppc64le]
122+
name = rhel-9.8-appstream-ppc64le
123+
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22/rhel-98-appstream-ppc64le
88124
enabled = 1
89125
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
90126
sslverify = false
91127
gpgcheck = 0
92-
# https://projects.engineering.redhat.com/browse/RCM-65421
93-
sslclientkey = /tmp/key/rh-cdn.pem
94-
sslclientcert = /tmp/key/rh-cdn.pem
128+
username_file = /tmp/mirror-enterprise-basic-auth/username
129+
password_file = /tmp/mirror-enterprise-basic-auth/password
95130
failovermethod = priority
131+
skip_if_unavailable = true
96132

97-
[rhel-9-fast-datapath-ppc64le]
98-
name = rhel-9-fast-datapath-ppc64le
133+
[rhel-9.8-fast-datapath-ppc64le]
134+
name = rhel-9.8-fast-datapath-ppc64le
99135
baseurl = https://cdn.redhat.com/content/dist/layered/rhel9/ppc64le/fast-datapath/os/
100136
enabled = 1
101137
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
@@ -106,8 +142,8 @@ sslclientkey = /tmp/key/rh-cdn.pem
106142
sslclientcert = /tmp/key/rh-cdn.pem
107143
failovermethod = priority
108144

109-
[rhel-9-server-ose-ppc64le]
110-
name = rhel-9-server-ose-ppc64le
145+
[rhel-9.8-server-ose-4.22-ppc64le]
146+
name = rhel-9.8-server-ose-4.22-ppc64le
111147
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22_ppc64le/rhel-9-server-ose-rpms
112148
enabled = 1
113149
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
@@ -118,9 +154,9 @@ password_file = /tmp/mirror-enterprise-basic-auth/password
118154
failovermethod = priority
119155
skip_if_unavailable = true
120156

121-
[rhel-9-codeready-builder-rpms-ppc64le]
122-
name = rhel-9-codeready-builder-rpms-ppc64le
123-
baseurl = https://cdn.redhat.com/content/dist/rhel9/9/ppc64le/codeready-builder/os/
157+
[rhel-98-codeready-builder-rpms-ppc64le]
158+
name = rhel-98-codeready-builder-rpms-ppc64le
159+
baseurl = https://cdn.redhat.com/content/eus/rhel9/9.8/ppc64le/codeready-builder/os/
124160
enabled = 1
125161
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
126162
sslverify = false
@@ -130,32 +166,32 @@ sslclientkey = /tmp/key/rh-cdn.pem
130166
sslclientcert = /tmp/key/rh-cdn.pem
131167
failovermethod = priority
132168

133-
[rhel-9-baseos-s390x]
134-
name = rhel-9-baseos-s390x
135-
baseurl = https://cdn.redhat.com/content/dist/rhel9/9/s390x/baseos/os/
169+
[rhel-9.8-baseos-s390x]
170+
name = rhel-9.8-baseos-s390x
171+
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22/rhel-98-baseos-s390x
136172
enabled = 1
137173
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
138174
sslverify = false
139175
gpgcheck = 0
140-
# https://projects.engineering.redhat.com/browse/RCM-65421
141-
sslclientkey = /tmp/key/rh-cdn.pem
142-
sslclientcert = /tmp/key/rh-cdn.pem
176+
username_file = /tmp/mirror-enterprise-basic-auth/username
177+
password_file = /tmp/mirror-enterprise-basic-auth/password
143178
failovermethod = priority
179+
skip_if_unavailable = true
144180

145-
[rhel-9-appstream-s390x]
146-
name = rhel-9-appstream-s390x
147-
baseurl = https://cdn.redhat.com/content/dist/rhel9/9/s390x/appstream/os/
181+
[rhel-9.8-appstream-s390x]
182+
name = rhel-9.8-appstream-s390x
183+
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22/rhel-98-appstream-s390x
148184
enabled = 1
149185
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
150186
sslverify = false
151187
gpgcheck = 0
152-
# https://projects.engineering.redhat.com/browse/RCM-65421
153-
sslclientkey = /tmp/key/rh-cdn.pem
154-
sslclientcert = /tmp/key/rh-cdn.pem
188+
username_file = /tmp/mirror-enterprise-basic-auth/username
189+
password_file = /tmp/mirror-enterprise-basic-auth/password
155190
failovermethod = priority
191+
skip_if_unavailable = true
156192

157-
[rhel-9-fast-datapath-s390x]
158-
name = rhel-9-fast-datapath-s390x
193+
[rhel-9.8-fast-datapath-s390x]
194+
name = rhel-9.8-fast-datapath-s390x
159195
baseurl = https://cdn.redhat.com/content/dist/layered/rhel9/s390x/fast-datapath/os/
160196
enabled = 1
161197
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
@@ -166,8 +202,8 @@ sslclientkey = /tmp/key/rh-cdn.pem
166202
sslclientcert = /tmp/key/rh-cdn.pem
167203
failovermethod = priority
168204

169-
[rhel-9-server-ose-s390x]
170-
name = rhel-9-server-ose-s390x
205+
[rhel-9.8-server-ose-4.22-s390x]
206+
name = rhel-9.8-server-ose-4.22-s390x
171207
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22_s390x/rhel-9-server-ose-rpms
172208
enabled = 1
173209
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
@@ -178,9 +214,9 @@ password_file = /tmp/mirror-enterprise-basic-auth/password
178214
failovermethod = priority
179215
skip_if_unavailable = true
180216

181-
[rhel-9-codeready-builder-rpms-s390x]
182-
name = rhel-9-codeready-builder-rpms-s390x
183-
baseurl = https://cdn.redhat.com/content/dist/rhel9/9/s390x/codeready-builder/os/
217+
[rhel-98-codeready-builder-rpms-s390x]
218+
name = rhel-98-codeready-builder-rpms-s390x
219+
baseurl = https://cdn.redhat.com/content/eus/rhel9/9.8/s390x/codeready-builder/os/
184220
enabled = 1
185221
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
186222
sslverify = false
@@ -190,32 +226,32 @@ sslclientkey = /tmp/key/rh-cdn.pem
190226
sslclientcert = /tmp/key/rh-cdn.pem
191227
failovermethod = priority
192228

193-
[rhel-9-baseos-aarch64]
194-
name = rhel-9-baseos-aarch64
195-
baseurl = https://cdn.redhat.com/content/dist/rhel9/9/aarch64/baseos/os/
229+
[rhel-9.8-baseos-aarch64]
230+
name = rhel-9.8-baseos-aarch64
231+
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22/rhel-98-baseos-aarch64
196232
enabled = 1
197233
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
198234
sslverify = false
199235
gpgcheck = 0
200-
# https://projects.engineering.redhat.com/browse/RCM-65421
201-
sslclientkey = /tmp/key/rh-cdn.pem
202-
sslclientcert = /tmp/key/rh-cdn.pem
236+
username_file = /tmp/mirror-enterprise-basic-auth/username
237+
password_file = /tmp/mirror-enterprise-basic-auth/password
203238
failovermethod = priority
239+
skip_if_unavailable = true
204240

205-
[rhel-9-appstream-aarch64]
206-
name = rhel-9-appstream-aarch64
207-
baseurl = https://cdn.redhat.com/content/dist/rhel9/9/aarch64/appstream/os/
241+
[rhel-9.8-appstream-aarch64]
242+
name = rhel-9.8-appstream-aarch64
243+
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22/rhel-98-appstream-aarch64
208244
enabled = 1
209245
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
210246
sslverify = false
211247
gpgcheck = 0
212-
# https://projects.engineering.redhat.com/browse/RCM-65421
213-
sslclientkey = /tmp/key/rh-cdn.pem
214-
sslclientcert = /tmp/key/rh-cdn.pem
248+
username_file = /tmp/mirror-enterprise-basic-auth/username
249+
password_file = /tmp/mirror-enterprise-basic-auth/password
215250
failovermethod = priority
251+
skip_if_unavailable = true
216252

217-
[rhel-9-fast-datapath-aarch64]
218-
name = rhel-9-fast-datapath-aarch64
253+
[rhel-9.8-fast-datapath-aarch64]
254+
name = rhel-9.8-fast-datapath-aarch64
219255
baseurl = https://cdn.redhat.com/content/dist/layered/rhel9/aarch64/fast-datapath/os/
220256
enabled = 1
221257
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
@@ -226,8 +262,8 @@ sslclientkey = /tmp/key/rh-cdn.pem
226262
sslclientcert = /tmp/key/rh-cdn.pem
227263
failovermethod = priority
228264

229-
[rhel-9-server-ose-aarch64]
230-
name = rhel-9-server-ose-aarch64
265+
[rhel-9.8-server-ose-4.22-aarch64]
266+
name = rhel-9.8-server-ose-4.22-aarch64
231267
baseurl = https://mirror2.openshift.com/enterprise/reposync/4.22_aarch64/rhel-9-server-ose-rpms
232268
enabled = 1
233269
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
@@ -238,9 +274,9 @@ password_file = /tmp/mirror-enterprise-basic-auth/password
238274
failovermethod = priority
239275
skip_if_unavailable = true
240276

241-
[rhel-9-codeready-builder-rpms-aarch64]
242-
name = rhel-9-codeready-builder-rpms-aarch64
243-
baseurl = https://cdn.redhat.com/content/dist/rhel9/9/aarch64/codeready-builder/os/
277+
[rhel-98-codeready-builder-rpms-aarch64]
278+
name = rhel-98-codeready-builder-rpms-aarch64
279+
baseurl = https://cdn.redhat.com/content/eus/rhel9/9.8/aarch64/codeready-builder/os/
244280
enabled = 1
245281
gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted
246282
sslverify = false

0 commit comments

Comments
 (0)