Skip to content

Commit

Permalink
(BUGFIX) Remove CentOS 6 from matrix_from_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Apr 26, 2024
1 parent 6445dd8 commit bacd4d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion exe/matrix_from_metadata
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ IMAGE_TABLE = {
}.freeze

DOCKER_PLATFORMS = [
'CentOS-6',
'CentOS-7',
'CentOS-8',
'Debian-10',
Expand Down
1 change: 0 additions & 1 deletion exe/matrix_from_metadata_v2
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ ARM_IMAGE_TABLE = {
}.freeze

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

0 comments on commit bacd4d7

Please sign in to comment.