Skip to content

Commit 871658c

Browse files
committed
add centos 6.8 and centos 7.2
1 parent c0d0b36 commit 871658c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.kitchen.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,19 @@ platforms:
2525
- name: centos-6.7
2626
driver:
2727
image: centos:6.7
28+
- name: centos-6.8
29+
driver:
30+
image: centos:6.8
2831
- name: centos-7
2932
driver:
3033
image: centos:7
3134
privileged: true
3235
run_command: /usr/sbin/init
36+
- name: centos-7.2
37+
driver:
38+
image: centos:7.2.1511
39+
privileged: true
40+
run_command: /usr/sbin/init
3341
- name: debian-7
3442
driver:
3543
image: debian:7

0 commit comments

Comments
 (0)