Docker images moved to dliappis
This commit is contained in:
parent
a50e8beca0
commit
686c9fd149
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue