Sha256: eaef5dd809131efe1458930a5ccff0b7f03a79cb7ad78bf5186083284893ffee
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
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: curl -L https://www.chef.io/chef/install.sh | bash provisioner: name: dummy platforms: - name: ubuntu-14.04 - name: ubuntu-16.04 - name: centos-6 - name: centos-7 - name: oraclelinux-6 - name: oraclelinux-7 - name: debian-8 - name: opensuse-42.2 driver: image: opensuse:42.2 # - name: arch # driver: # image: base/archlinux # provision_command: true - name: unknown driver: image: ubuntu:16.04 platform: ubuntu - name: dockerfile driver: username: dockerfile password: dockerfile dockerfile: test/Dockerfile run_command: /sbin/init suites: - name: default excludes: [arch] - name: context excludes: [arch] driver: build_context: false - name: capabilities excludes: [arch,unknown,centos-7,centos-6,oraclelinux-6,oraclelinux-7,dockerfile,opensuse-42.2] driver: provision_command: - curl -L https://www.chef.io/chef/install.sh | bash - apt-get install -y net-tools cap_drop: - NET_ADMIN - name: inspec driver: provision_command: true verifier: name: inspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kitchen-docker-2.8.0 | .kitchen.yml |