Sha256: a32693781731002c4c077074abf6d7476b2e95615244254fd00f3de251f6186e
Contents?: true
Size: 762 Bytes
Versions: 12
Compression:
Stored size: 762 Bytes
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: ubuntu-20.04 driver: image: dokken/ubuntu-20.04 pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update - name: centos-8 driver: image: dokken/centos-8 pid_one_command: /usr/lib/systemd/systemd suites: - name: default run_list: - recipe[<%= cookbook_name %>::default] verifier: inspec_tests: - test/integration/default attributes:
Version data entries
12 entries across 12 versions & 1 rubygems