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:
- 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:
- 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: