Docker images moved to dliappis

This commit is contained in:
Dale McDiarmid 2016-04-01 22:09:25 +01:00
parent a50e8beca0
commit 686c9fd149

View file

@ -15,7 +15,7 @@ provisioner:
platforms: platforms:
- name: ubuntu-14.04 - name: ubuntu-14.04
driver_config: driver_config:
image: electrical/ubuntu:14.04 image: dliappis/ubuntu:14.04
privileged: true privileged: true
provision_command: provision_command:
- apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:ansible/ansible - 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 use_sudo: false
- name: debian-7 - name: debian-7
driver_config: driver_config:
image: electrical/debian:7.3 image: debian:7
privileged: true privileged: true
provision_command: provision_command:
- apt-get update && apt-get -y install python python-dev python-pip build-essential libyaml-dev python-yaml - 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" run_command: "/sbin/init"
- name: centos-6 - name: centos-6
driver_config: driver_config:
image: electrical/centos:6.4-1 image: dliappis/centos:6
privileged: true privileged: true
provision_command: provision_command:
- yum -y install gmp-devel python-devel python-pip - yum -y install gmp-devel python-devel python-pip