Sha256: 0a399b07cce06bd889e3b12189449687f559fe310637ccb359c26885274a3687

Contents?: true

Size: 905 Bytes

Versions: 5

Compression:

Stored size: 905 Bytes

Contents

<% # Make sure the local copy of the driver is loaded %>
<% lib = File.expand_path('../lib', __FILE__) %>
<% $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) %>
---
driver:
  name: docker
  provision_command: 
    - powershell -ExecutionPolicy Bypass -NoLogo -Command . { iwr -useb https://omnitruck.chef.io/install.ps1 } ^| iex; install
    - powershell -Command $path=$env:Path + ';c:\opscode\chef\embedded\bin'; Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\' -Name Path -Value $path

transport:
  name: docker
  socket: tcp://localhost:2375

provisioner:
  name: dummy

platforms:
- name: windows
  driver_config:
    image: mcr.microsoft.com/windows/servercore:1809
    platform: windows

suites:
- name: default
- name: context
  driver:
    build_context: false
- name: inspec
  driver:
    provision_command: echo 1
  verifier:
    name: inspec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kitchen-docker-2.15.0 .kitchen.windows.yml
kitchen-docker-2.14.0 .kitchen.windows.yml
kitchen-docker-2.13.0 .kitchen.windows.yml
kitchen-docker-2.12.0 .kitchen.windows.yml
kitchen-docker-2.11.0 .kitchen.windows.yml