@@ -70,6 +70,7 @@ var checkListForDistros = []checkListForDistro{
70
70
{check : checkSupportedCPUArch },
71
71
{check : checkCrcSymlink },
72
72
{configKeySuffix : "check-ram" },
73
+ {check : checkPodmanInOcBinDir },
73
74
{cleanup : removeCRCMachinesDir },
74
75
{cleanup : removeAllLogs },
75
76
{cleanup : cluster .ForgetPullSecret },
@@ -109,6 +110,7 @@ var checkListForDistros = []checkListForDistro{
109
110
{check : checkSupportedCPUArch },
110
111
{check : checkCrcSymlink },
111
112
{configKeySuffix : "check-ram" },
113
+ {check : checkPodmanInOcBinDir },
112
114
{cleanup : removeCRCMachinesDir },
113
115
{cleanup : removeAllLogs },
114
116
{cleanup : cluster .ForgetPullSecret },
@@ -147,6 +149,7 @@ var checkListForDistros = []checkListForDistro{
147
149
{check : checkSupportedCPUArch },
148
150
{check : checkCrcSymlink },
149
151
{configKeySuffix : "check-ram" },
152
+ {check : checkPodmanInOcBinDir },
150
153
{cleanup : removeCRCMachinesDir },
151
154
{cleanup : removeAllLogs },
152
155
{cleanup : cluster .ForgetPullSecret },
@@ -179,6 +182,7 @@ var checkListForDistros = []checkListForDistro{
179
182
{check : checkSupportedCPUArch },
180
183
{check : checkCrcSymlink },
181
184
{configKeySuffix : "check-ram" },
185
+ {check : checkPodmanInOcBinDir },
182
186
{cleanup : removeCRCMachinesDir },
183
187
{cleanup : removeAllLogs },
184
188
{cleanup : cluster .ForgetPullSecret },
@@ -218,6 +222,7 @@ var checkListForDistros = []checkListForDistro{
218
222
{check : checkSupportedCPUArch },
219
223
{check : checkCrcSymlink },
220
224
{configKeySuffix : "check-ram" },
225
+ {check : checkPodmanInOcBinDir },
221
226
{cleanup : removeCRCMachinesDir },
222
227
{cleanup : removeAllLogs },
223
228
{cleanup : cluster .ForgetPullSecret },
@@ -256,6 +261,7 @@ var checkListForDistros = []checkListForDistro{
256
261
{check : checkSupportedCPUArch },
257
262
{check : checkCrcSymlink },
258
263
{configKeySuffix : "check-ram" },
264
+ {check : checkPodmanInOcBinDir },
259
265
{cleanup : removeCRCMachinesDir },
260
266
{cleanup : removeAllLogs },
261
267
{cleanup : cluster .ForgetPullSecret },
@@ -288,6 +294,7 @@ var checkListForDistros = []checkListForDistro{
288
294
{check : checkSupportedCPUArch },
289
295
{check : checkCrcSymlink },
290
296
{configKeySuffix : "check-ram" },
297
+ {check : checkPodmanInOcBinDir },
291
298
{cleanup : removeCRCMachinesDir },
292
299
{cleanup : removeAllLogs },
293
300
{cleanup : cluster .ForgetPullSecret },
@@ -327,6 +334,7 @@ var checkListForDistros = []checkListForDistro{
327
334
{check : checkSupportedCPUArch },
328
335
{check : checkCrcSymlink },
329
336
{configKeySuffix : "check-ram" },
337
+ {check : checkPodmanInOcBinDir },
330
338
{cleanup : removeCRCMachinesDir },
331
339
{cleanup : removeAllLogs },
332
340
{cleanup : cluster .ForgetPullSecret },
@@ -365,6 +373,7 @@ var checkListForDistros = []checkListForDistro{
365
373
{check : checkSupportedCPUArch },
366
374
{check : checkCrcSymlink },
367
375
{configKeySuffix : "check-ram" },
376
+ {check : checkPodmanInOcBinDir },
368
377
{cleanup : removeCRCMachinesDir },
369
378
{cleanup : removeAllLogs },
370
379
{cleanup : cluster .ForgetPullSecret },
@@ -397,6 +406,7 @@ var checkListForDistros = []checkListForDistro{
397
406
{check : checkSupportedCPUArch },
398
407
{check : checkCrcSymlink },
399
408
{configKeySuffix : "check-ram" },
409
+ {check : checkPodmanInOcBinDir },
400
410
{cleanup : removeCRCMachinesDir },
401
411
{cleanup : removeAllLogs },
402
412
{cleanup : cluster .ForgetPullSecret },
@@ -437,6 +447,7 @@ var checkListForDistros = []checkListForDistro{
437
447
{check : checkSupportedCPUArch },
438
448
{check : checkCrcSymlink },
439
449
{configKeySuffix : "check-ram" },
450
+ {check : checkPodmanInOcBinDir },
440
451
{cleanup : removeCRCMachinesDir },
441
452
{cleanup : removeAllLogs },
442
453
{cleanup : cluster .ForgetPullSecret },
@@ -476,6 +487,7 @@ var checkListForDistros = []checkListForDistro{
476
487
{check : checkSupportedCPUArch },
477
488
{check : checkCrcSymlink },
478
489
{configKeySuffix : "check-ram" },
490
+ {check : checkPodmanInOcBinDir },
479
491
{cleanup : removeCRCMachinesDir },
480
492
{cleanup : removeAllLogs },
481
493
{cleanup : cluster .ForgetPullSecret },
0 commit comments