From 686c9fd1496a77354355c1a39c48533f0166da73 Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Fri, 1 Apr 2016 22:09:25 +0100 Subject: [PATCH] Docker images moved to dliappis --- .kitchen.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index fede6e5..b31529d 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -15,7 +15,7 @@ provisioner: platforms: - name: ubuntu-14.04 driver_config: - image: electrical/ubuntu:14.04 + image: dliappis/ubuntu:14.04 privileged: true provision_command: - apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:ansible/ansible @@ -23,7 +23,7 @@ platforms: use_sudo: false - name: debian-7 driver_config: - image: electrical/debian:7.3 + image: debian:7 privileged: true provision_command: - apt-get update && apt-get -y install python python-dev python-pip build-essential libyaml-dev python-yaml @@ -45,7 +45,7 @@ platforms: run_command: "/sbin/init" - name: centos-6 driver_config: - image: electrical/centos:6.4-1 + image: dliappis/centos:6 privileged: true provision_command: - yum -y install gmp-devel python-devel python-pip