]> git.openstreetmap.org Git - chef.git/commitdiff
Add debian-11 to test kitchen platforms
authorTom Hughes <tom@compton.nu>
Thu, 23 Mar 2023 20:20:25 +0000 (20:20 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 23 Mar 2023 20:20:25 +0000 (20:20 +0000)
.kitchen.yml

index ca4895b68b5d0f59c10ace98f5a364436ddd5e8c..fae5dcfcce2d211ade072e30484c3fd7808833d8 100644 (file)
@@ -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