From 3ff9f2787d80d4d847c02bca207519ab9c61c54d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 27 Aug 2023 12:17:04 +0100 Subject: [PATCH] Revert "Use GHCR dokken images in test kitchen" This reverts commit d25811d35406b9247165dd8f2e91acb8594e286b. --- .kitchen.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index aa41b7907..dd9466903 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -32,7 +32,7 @@ verifier: platforms: - name: ubuntu-20.04 driver: - image: ghcr.io/test-kitchen/dokken/ubuntu-20.04:latest + image: dokken/ubuntu-20.04 privileged: true pid_one_command: /bin/systemd intermediate_instructions: @@ -41,7 +41,7 @@ platforms: - RUN echo libeatmydata.so >>/etc/ld.so.preload - name: ubuntu-22.04 driver: - image: ghcr.io/test-kitchen/dokken/ubuntu-22.04:latest + image: dokken/ubuntu-22.04 privileged: true pid_one_command: /bin/systemd intermediate_instructions: @@ -50,7 +50,7 @@ platforms: - RUN echo libeatmydata.so >>/etc/ld.so.preload - name: debian-12 driver: - image: ghcr.io/test-kitchen/dokken/debian-12:latest + image: dokken/debian-12 privileged: true pid_one_command: /bin/systemd intermediate_instructions: -- 2.43.2