From 1b0baa5245ead3418e3931d549973ebc88bdcc1c Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 21 Jul 2025 22:57:40 +0100 Subject: [PATCH] Add debian-13 to supported kitchen tests --- .kitchen.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index 0d9e537fb..b7428dac8 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -61,6 +61,15 @@ platforms: - RUN /usr/bin/apt-get update -y - RUN /usr/bin/apt-get install -y eatmydata - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload + - name: debian-13 + driver: + image: ghcr.io/test-kitchen/dokken/debian-13 + privileged: true + pid_one_command: /usr/lib/systemd/systemd + intermediate_instructions: + - RUN /usr/bin/apt-get update -y + - RUN /usr/bin/apt-get install -y eatmydata + - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload # When using podman we have to manually start chef to workaround a volume issue lifecycle: -- 2.39.5