-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.docker.yml
48 lines (46 loc) · 995 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
46
47
48
---
driver:
name: docker
use_sudo: false
# If you add new platforms below, include them in the .travis.yml file matrix
platforms:
- name: centos-5
- 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]
- name: fedora-24
driver_config:
privileged: true
run_command: /sbin/init
- name: fedora-25
driver_config:
privileged: true
run_command: /sbin/init
- name: oraclelinux-6
driver_config:
platform: rhel
- name: ubuntu-12.04
run_list: recipe[apt]
- name: ubuntu-14.04
run_list: recipe[apt]
- name: ubuntu-16.04
run_list: recipe[apt]
- name: ubuntu-16.10
run_list: recipe[apt]
# Non-official images:
- 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
privileged: true
run_command: /sbin/init