-
Notifications
You must be signed in to change notification settings - Fork 36
/
.kitchen.docker.yml
38 lines (36 loc) · 1.03 KB
/
.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
---
driver:
name: docker
use_sudo: false
# If you add new platforms below, include them in the .travis.yml file matrix
platforms:
- name: centos-6
# W: Failed to fetch http://httpredir.debian.org/debian/dists/squeeze/main/binary-amd64/Packages.gz 404 Not Found [IP: 5.153.231.35 80]
# - name: debian-6
# run_list: recipe[apt]
- name: debian-7
run_list: recipe[apt]
# Unable to retrieve a valid package! TODO: fixable?
# - name: debian-8
# run_list: recipe[apt]
- 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-15.04
run_list: recipe[apt]
# Requires AUFS with CONFIG_AUFS_XATTR support.
# Issue https://github.com/docker/docker/issues/6980:
# error: unpacking of archive failed on file /usr/sbin/suexec: cpio:
# cap_set_file failed - Operation not supported
# - name: centos-7
# - name: fedora-20
# - name: fedora-21
# Non-official images
- name: scientific-6.6
driver_config:
image: ringo/scientific:6.6
platform: rhel