--- driver: name: dokken privileged: true transport: name: dokken provisioner: name: dokken product_name: chef product_version: <%= ENV['CHEF_VERSION'] || 'latest' %> chef_license: accept-no-persist install_strategy: once platforms: - name: debian-9 driver: image: dokken/debian-9 pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update - name: debian-10 driver: image: dokken/debian-10 pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update - name: centos-7 driver: image: dokken/centos-7 platform: rhel pid_one_command: /usr/lib/systemd/systemd - name: centos-8 driver: image: dokken/centos-8 platform: rhel pid_one_command: /usr/lib/systemd/systemd - name: ubuntu-18.04 driver: image: dokken/ubuntu-18.04 pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update - name: ubuntu-20.04 driver: image: dokken/ubuntu-18.04 pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update