Skip to content

Commit 50155e7

Browse files
author
Dale McDiarmid
committed
Optimised testing images
1 parent b246a63 commit 50155e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.kitchen.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ provisioner:
1515
platforms:
1616
- name: ubuntu-14.04
1717
driver_config:
18-
image: dliappis/ubuntu:14.04
18+
image: dliappis/ubuntu-devopsci:14.04
1919
privileged: true
2020
provision_command:
2121
- apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:ansible/ansible
2222
- apt-get update && apt-get -y -q install ansible python-apt python-pycurl
2323
use_sudo: false
2424
- name: debian-7
2525
driver_config:
26-
image: debian:7
26+
image: dliappis/debian-devopsci:7
2727
privileged: true
2828
provision_command:
2929
- apt-get update && apt-get -y install python python-dev python-pip build-essential libyaml-dev python-yaml
@@ -32,7 +32,7 @@ platforms:
3232
use_sudo: false
3333
- name: debian-8
3434
driver_config:
35-
image: debian:8
35+
image: dliappis/debian-devopsci:8
3636
privileged: true
3737
provision_command:
3838
- apt-get update && apt-get -y install python python-dev python-pip build-essential libyaml-dev python-yaml curl wget
@@ -45,13 +45,13 @@ platforms:
4545
run_command: "/sbin/init"
4646
- name: centos-6
4747
driver_config:
48-
image: dliappis/centos:6
48+
image: dliappis/centos-devopsci:6
4949
privileged: true
5050
provision_command:
5151
use_sudo: false
5252
- name: centos-7
5353
driver_config:
54-
image: dliappis/centos:7
54+
image: dliappis/centos-devopsci:7
5555
provision_command:
5656
- sed -ri 's/^#?PermitRootLogin .*/PermitRootLogin yes/' /etc/ssh/sshd_config
5757
- sed -ri 's/^#?PasswordAuthentication .*/PasswordAuthentication yes/' /etc/ssh/sshd_config

0 commit comments

Comments
 (0)