Skip to content

Commit bacd4d7

Browse files
committed
(BUGFIX) Remove CentOS 6 from matrix_from_metadata
1 parent 6445dd8 commit bacd4d7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

exe/matrix_from_metadata

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ IMAGE_TABLE = {
3737
}.freeze
3838

3939
DOCKER_PLATFORMS = [
40-
'CentOS-6',
4140
'CentOS-7',
4241
'CentOS-8',
4342
'Debian-10',

exe/matrix_from_metadata_v2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ ARM_IMAGE_TABLE = {
4141
}.freeze
4242

4343
DOCKER_PLATFORMS = {
44-
'CentOS-6' => 'litmusimage/centos:6',
4544
'CentOS-7' => 'litmusimage/centos:7',
4645
'CentOS-8' => 'litmusimage/centos:stream8', # Support officaly moved to Stream8, metadata is being left as is
4746
'Rocky-8' => 'litmusimage/rockylinux:8',

0 commit comments

Comments
 (0)