]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Use GHCR dokken images in test kitchen"
authorGrant Slater <github@firefishy.com>
Sun, 27 Aug 2023 11:17:04 +0000 (12:17 +0100)
committerGrant Slater <github@firefishy.com>
Sun, 27 Aug 2023 11:17:04 +0000 (12:17 +0100)
This reverts commit d25811d35406b9247165dd8f2e91acb8594e286b.

.kitchen.yml

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