Skip to content

Commit

Permalink
Merge pull request #553 from david22swan/remove_centos6
Browse files Browse the repository at this point in the history
(BUGFIX) Remove CentOS 6 from `matrix_from_metadata`
  • Loading branch information
jordanbreen28 authored Apr 26, 2024
2 parents 6445dd8 + bacd4d7 commit d581c89
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 d581c89

Please sign in to comment.