]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
wiki: Add new osm.wiki aliases
[chef.git] / .kitchen.yml
index 6d37be49f2c45cc0db626c387e132ba90eca48fb..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:
@@ -138,9 +138,6 @@ suites:
   - name: docker
     run_list:
       - recipe[docker::default]
-  - name: donate
-    run_list:
-      - recipe[donate::default]
   - name: elasticsearch
     run_list:
       - recipe[elasticsearch::default]