From: Grant Slater Date: Sun, 27 Aug 2023 08:06:28 +0000 (+0100) Subject: Use GHCR dokken images in test kitchen X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3b2f3608d3384f6b0d506e21f4d472de12a0fe2f Use GHCR dokken images in test kitchen --- diff --git a/.kitchen.yml b/.kitchen.yml index dd9466903..3d9674533 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -32,7 +32,7 @@ verifier: platforms: - name: ubuntu-20.04 driver: - image: dokken/ubuntu-20.04 + image: ghcr.io/test-kitchen/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: dokken/ubuntu-22.04 + image: ghcr.io/test-kitchen/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: dokken/debian-12 + image: ghcr.io/test-kitchen/dokken/debian-12 privileged: true pid_one_command: /bin/systemd intermediate_instructions: