From af7dd9627dcf4907f073d15751ccad30bf119930 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 22 Apr 2024 13:48:22 +0100 Subject: [PATCH] Add ubuntu 24.04 to test-kitchen --- .kitchen.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index b7428dac8..d0888be33 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -52,6 +52,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: ubuntu-24.04 + driver: + image: ghcr.io/test-kitchen/dokken/ubuntu-24.04 + privileged: true + pid_one_command: /bin/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 - name: debian-12 driver: image: ghcr.io/test-kitchen/dokken/debian-12 -- 2.39.5