From 7b21d459395e73d718ea957637599a9839c4064c Mon Sep 17 00:00:00 2001 From: Lance Albertson Date: Thu, 14 Nov 2024 15:57:58 -0800 Subject: [PATCH] Add almalinux-10 and centos-stream-10 dokken images Signed-off-by: Lance Albertson --- standardfiles/cookbook/kitchen.dokken.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/standardfiles/cookbook/kitchen.dokken.yml b/standardfiles/cookbook/kitchen.dokken.yml index 6ead9e8..998bb20 100644 --- a/standardfiles/cookbook/kitchen.dokken.yml +++ b/standardfiles/cookbook/kitchen.dokken.yml @@ -17,6 +17,11 @@ platforms: image: dokken/almalinux-9 pid_one_command: /usr/lib/systemd/systemd + - name: almalinux-10 + driver: + image: dokken/almalinux-10 + pid_one_command: /usr/lib/systemd/systemd + - name: amazonlinux-2023 driver: image: dokken/amazonlinux-2023 @@ -27,6 +32,11 @@ platforms: image: dokken/centos-stream-9 pid_one_command: /usr/lib/systemd/systemd + - name: centos-stream-10 + driver: + image: dokken/centos-stream-10 + pid_one_command: /usr/lib/systemd/systemd + - name: debian-11 driver: image: dokken/debian-11