File tree 1 file changed +89
-0
lines changed
1 file changed +89
-0
lines changed Original file line number Diff line number Diff line change 312
312
}
313
313
]
314
314
},
315
+ {
316
+ "name" : " RHEL" ,
317
+ "install-commands" :
318
+ [
319
+ {
320
+ "run-under-sudo" : true ,
321
+ "command-root" : " dnf" ,
322
+ "command-parts" : [" install" , " -y" , " {packageName}" ]
323
+ }
324
+ ],
325
+ "releases" : [
326
+ {
327
+ "name" : " RHEL 8" ,
328
+ "release" : " 8" ,
329
+ "packages" : [
330
+ {
331
+ "id" : " libc" ,
332
+ "name" : " glibc"
333
+ },
334
+ {
335
+ "id" : " libgcc" ,
336
+ "name" : " libgcc"
337
+ },
338
+ {
339
+ "id" : " ca-certificates" ,
340
+ "name" : " ca-certificates"
341
+ },
342
+ {
343
+ "id" : " openssl" ,
344
+ "name" : " openssl-libs"
345
+ },
346
+ {
347
+ "id" : " libstdc++" ,
348
+ "name" : " libstdc++"
349
+ },
350
+ {
351
+ "id" : " libicu" ,
352
+ "name" : " libicu"
353
+ },
354
+ {
355
+ "id" : " tzdata" ,
356
+ "name" : " tzdata"
357
+ },
358
+ {
359
+ "id" : " krb5" ,
360
+ "name" : " krb5-libs"
361
+ }
362
+ ]
363
+ },
364
+ {
365
+ "name" : " RHEL 9" ,
366
+ "release" : " 9" ,
367
+ "packages" : [
368
+ {
369
+ "id" : " libc" ,
370
+ "name" : " glibc"
371
+ },
372
+ {
373
+ "id" : " libgcc" ,
374
+ "name" : " libgcc"
375
+ },
376
+ {
377
+ "id" : " ca-certificates" ,
378
+ "name" : " ca-certificates"
379
+ },
380
+ {
381
+ "id" : " openssl" ,
382
+ "name" : " openssl-libs"
383
+ },
384
+ {
385
+ "id" : " libstdc++" ,
386
+ "name" : " libstdc++"
387
+ },
388
+ {
389
+ "id" : " libicu" ,
390
+ "name" : " libicu"
391
+ },
392
+ {
393
+ "id" : " tzdata" ,
394
+ "name" : " tzdata"
395
+ },
396
+ {
397
+ "id" : " krb5" ,
398
+ "name" : " krb5-libs"
399
+ }
400
+ ]
401
+ }
402
+ ]
403
+ },
315
404
{
316
405
"name" : " Ubuntu" ,
317
406
"install-commands" :
You can’t perform that action at this time.
0 commit comments