]> 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 Slater <github@firefishy.com>
Sun, 27 Aug 2023 08:07:03 +0000 (09:07 +0100)
.kitchen.yml

index dd94669033c670d69ed6c5982f2b29a34854dc8e..aa41b790745ca34c83c0b81afdb8c217b9e078de 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:latest
       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:latest
       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:latest
       privileged: true
       pid_one_command: /bin/systemd
       intermediate_instructions: