From 30ebbc078790c721a77c3dca08e927a78ee945c5 Mon Sep 17 00:00:00 2001 From: Bram Gillemon Date: Tue, 13 Feb 2024 20:10:02 +0100 Subject: [PATCH] revert kitchen.dokken.yml --- kitchen.dokken.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/kitchen.dokken.yml b/kitchen.dokken.yml index d5664293..577bfe3b 100644 --- a/kitchen.dokken.yml +++ b/kitchen.dokken.yml @@ -17,6 +17,11 @@ platforms: image: dokken/almalinux-9 pid_one_command: /usr/lib/systemd/systemd + - name: amazonlinux-2023 + driver: + image: dokken/amazonlinux-2023 + pid_one_command: /usr/lib/systemd/systemd + - name: centos-7 driver: image: dokken/centos-7 @@ -27,6 +32,11 @@ platforms: image: dokken/centos-stream-8 pid_one_command: /usr/lib/systemd/systemd + - name: centos-stream-9 + driver: + image: dokken/centos-stream-9 + pid_one_command: /usr/lib/systemd/systemd + - name: debian-9 driver: image: dokken/debian-9 @@ -52,6 +62,16 @@ platforms: image: dokken/fedora-latest pid_one_command: /usr/lib/systemd/systemd + - name: opensuse-leap-15 + driver: + image: dokken/opensuse-leap-15 + pid_one_command: /usr/lib/systemd/systemd + + - name: oraclelinux-7 + driver: + image: dokken/oraclelinux-7 + pid_one_command: /usr/lib/systemd/systemd + - name: oraclelinux-8 driver: image: dokken/oraclelinux-8