Skip to content

Commit

Permalink
Changes CentOS Docker images (#160)
Browse files Browse the repository at this point in the history
* Upstream CentOS images run slowly on mac
* These images have no issues
  • Loading branch information
petems authored Apr 13, 2017
1 parent e7a4d16 commit f5f3a6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions spec/acceptance/nodesets/centos-6-docker.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
HOSTS:
centos-6-x64:
roles:
- master
platform: el-6-x86_64
image: centos:6.7
hypervisor: docker
docker_cmd: ["/sbin/init"]
hypervisor : docker
image: jdeathe/centos-ssh:centos-6
docker_preserve_image: true
docker_cmd: '["/sbin/init"]'
docker_preserve_image: true
docker_image_commands:
- yum install -y wget tar which
- rm /etc/init/tty.conf
CONFIG:
type: foss
log_level: debug
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/centos-7-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ HOSTS:
centos-7-x64:
platform: el-7-x86_64
hypervisor : docker
image: centos:7
image: jdeathe/centos-ssh:centos-7
docker_preserve_image: true
docker_cmd: '["/sbin/init"]'
docker_preserve_image: true
Expand Down

0 comments on commit f5f3a6c

Please sign in to comment.