.kitchen.yml in kitchen-docker-1.5.0 vs .kitchen.yml in kitchen-docker-1.6.0
- old
+ new
@@ -1,17 +1,18 @@
---
driver:
name: docker
- provision_command: curl -L http://www.opscode.com/chef/install.sh | bash
+ provision_command: curl -L http://www.chef.io/chef/install.sh | bash
provisioner:
name: dummy
platforms:
- name: ubuntu-12.04
- - name: ubuntu-13.10
+ - name: ubuntu-14.04
- name: centos-6.4
+ - name: centos-7
- name: debian
- name: arch
driver:
image: base/arch
- name: unknown
@@ -22,9 +23,20 @@
driver:
username: dockerfile
password: dockerfile
dockerfile: test/Dockerfile
run_command: /sbin/init
+ - name: database
+ driver:
+ image: ubuntu:14.04
+ platform: ubuntu
+ instance_name: db
+ publish_all: true
+ - name: linked
+ driver:
+ image: ubuntu:14.04
+ platform: ubuntu
+ links: "db:db"
suites:
- name: default
- name: concurrency