Sha256: 5dad94fd66121c3c02d7e1f5dee84110846febadcf8858db4864b3fdec8da995
Contents?: true
Size: 1.62 KB
Versions: 1
Compression:
Stored size: 1.62 KB
Contents
--- driver: name: dokken privileged: true # allows systemd services to start provisioner: name: dokken transport: name: dokken verifier: name: inspec platforms: # @see https://github.com/chef-cookbooks/testing_examples/blob/main/kitchen.dokken.yml # @see https://hub.docker.com/u/dokken - name: almalinux-9 driver: image: dokken/almalinux-9 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: debian-12 driver: image: dokken/debian-12 pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update - 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-9 driver: image: dokken/oraclelinux-9 pid_one_command: /usr/lib/systemd/systemd - name: rockylinux-9 driver: image: dokken/rockylinux-9 pid_one_command: /usr/lib/systemd/systemd - name: ubuntu-24.04 driver: image: dokken/ubuntu-24.04 pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update suites: - name: default run_list: - recipe[<%= cookbook_name %>::default] verifier: inspec_tests: - test/integration/default attributes:
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chef-cli-5.6.16 | lib/chef-cli/skeletons/code_generator/templates/default/kitchen_dokken.yml.erb |