]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Revert "Use GHCR dokken images in test kitchen"
[chef.git] / .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: