-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path.kitchen.docker.yml
45 lines (43 loc) · 1021 Bytes
/
.kitchen.docker.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
driver:
name: docker
use_sudo: false
# If you add new platforms below, include them in the .travis.yml file matrix
platforms:
- name: centos-6
- name: centos-7
driver_config:
privileged: true
run_command: /sbin/init
- name: debian-7
run_list: recipe[apt]
- name: debian-8
run_list: recipe[apt]
# Failed to connect to bus: No such file or directory
driver_config:
privileged: true
run_command: /sbin/init
- name: ubuntu-12.04
run_list: recipe[apt]
- name: ubuntu-14.04
run_list: recipe[apt]
- name: ubuntu-16.04
run_list: recipe[apt]
driver_config:
privileged: true
run_command: /sbin/init
- name: ubuntu-16.10
run_list: recipe[apt]
driver_config:
privileged: true
run_command: /sbin/init
# Non-official images with systemd
# Unknown system type: Linux 3.16.0-4-amd64
# - name: scientific-6.8
# driver_config:
# image: ringo/scientific:6.8
# platform: rhel
- name: scientific-7.2
driver_config:
image: ringo/scientific:7.2
platform: rhel