* Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <board@sous-chefs.org> * Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <board@sous-chefs.org> --------- Signed-off-by: kitchen-porter <board@sous-chefs.org>
94 lines
2.1 KiB
YAML
94 lines
2.1 KiB
YAML
driver:
|
|
name: dokken
|
|
privileged: true
|
|
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
|
|
|
|
transport: { name: dokken }
|
|
provisioner: { name: dokken }
|
|
|
|
platforms:
|
|
- name: almalinux-8
|
|
driver:
|
|
image: dokken/almalinux-8
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: almalinux-9
|
|
driver:
|
|
image: dokken/almalinux-9
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: almalinux-10
|
|
driver:
|
|
image: dokken/almalinux-10
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: amazonlinux-2023
|
|
driver:
|
|
image: dokken/amazonlinux-2023
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: centos-stream-9
|
|
driver:
|
|
image: dokken/centos-stream-9
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: centos-stream-10
|
|
driver:
|
|
image: dokken/centos-stream-10
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: debian-11
|
|
driver:
|
|
image: dokken/debian-11
|
|
pid_one_command: /bin/systemd
|
|
|
|
- name: debian-12
|
|
driver:
|
|
image: dokken/debian-12
|
|
pid_one_command: /bin/systemd
|
|
|
|
- name: fedora-latest
|
|
driver:
|
|
image: dokken/fedora-latest
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: opensuse-leap-15
|
|
driver:
|
|
image: dokken/opensuse-leap-15
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: oraclelinux-8
|
|
driver:
|
|
image: dokken/oraclelinux-8
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: oraclelinux-9
|
|
driver:
|
|
image: dokken/oraclelinux-9
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: rockylinux-8
|
|
driver:
|
|
image: dokken/rockylinux-8
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: rockylinux-9
|
|
driver:
|
|
image: dokken/rockylinux-9
|
|
pid_one_command: /usr/lib/systemd/systemd
|
|
|
|
- name: ubuntu-20.04
|
|
driver:
|
|
image: dokken/ubuntu-20.04
|
|
pid_one_command: /bin/systemd
|
|
|
|
- name: ubuntu-22.04
|
|
driver:
|
|
image: dokken/ubuntu-22.04
|
|
pid_one_command: /bin/systemd
|
|
|
|
- name: ubuntu-24.04
|
|
driver:
|
|
image: dokken/ubuntu-24.04
|
|
pid_one_command: /bin/systemd
|