From 7242a81596b89e83cc0b884c0fcba0d9ed791522 Mon Sep 17 00:00:00 2001 From: Corey Hemminger Date: Tue, 9 Jul 2024 10:21:11 -0500 Subject: [PATCH] Remove EOL CentOS-Stream-8 (#80) Signed-off-by: Corey Hemminger --- standardfiles/cookbook/kitchen.dokken.yml | 5 ----- standardfiles/cookbook/kitchen.global.yml | 1 - 2 files changed, 6 deletions(-) diff --git a/standardfiles/cookbook/kitchen.dokken.yml b/standardfiles/cookbook/kitchen.dokken.yml index 1dfe62c..6ead9e8 100644 --- a/standardfiles/cookbook/kitchen.dokken.yml +++ b/standardfiles/cookbook/kitchen.dokken.yml @@ -22,11 +22,6 @@ platforms: image: dokken/amazonlinux-2023 pid_one_command: /usr/lib/systemd/systemd - - name: centos-stream-8 - driver: - image: dokken/centos-stream-8 - pid_one_command: /usr/lib/systemd/systemd - - name: centos-stream-9 driver: image: dokken/centos-stream-9 diff --git a/standardfiles/cookbook/kitchen.global.yml b/standardfiles/cookbook/kitchen.global.yml index 4396f11..1740e46 100644 --- a/standardfiles/cookbook/kitchen.global.yml +++ b/standardfiles/cookbook/kitchen.global.yml @@ -18,7 +18,6 @@ platforms: - name: almalinux-8 - name: almalinux-9 - name: amazonlinux-2023 - - name: centos-stream-8 - name: centos-stream-9 - name: debian-11 - name: debian-12