From 71cb947e883b1a351af66835688c971a7f385102 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 23 Mar 2023 20:20:25 +0000 Subject: [PATCH] Add debian-11 to test kitchen platforms --- .kitchen.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index ca4895b68..fae5dcfcc 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -35,6 +35,13 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y + - name: debian-11 + driver: + image: dokken/debian-11 + privileged: true + pid_one_command: /bin/systemd + intermediate_instructions: + - RUN /usr/bin/apt-get update -y suites: - name: accounts -- 2.39.5