From: Tom Hughes Date: Thu, 23 Mar 2023 20:20:25 +0000 (+0000) Subject: Add debian-11 to test kitchen platforms X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/71cb947e883b1a351af66835688c971a7f385102 Add debian-11 to test kitchen platforms --- 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