]> git.openstreetmap.org Git - chef.git/commitdiff
Use GHCR dokken images in test kitchen
authorGrant Slater <github@firefishy.com>
Sun, 27 Aug 2023 08:06:28 +0000 (09:06 +0100)
committerGrant <github@firefishy.com>
Thu, 31 Aug 2023 20:26:34 +0000 (21:26 +0100)
.kitchen.yml

index dd94669033c670d69ed6c5982f2b29a34854dc8e..3d96745332732d93d53b5721b5e32115160cb581 100644 (file)
@@ -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: