This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test CentOS7 update in .kitchen.docker.yml file
Pin ark for travis testing due to bug in ark 2.2.0 Pin elasticsearch at 2.4.0 for testing pre ES-5.0 Fix Centos-6.4 version, start working on ubuntu 16.04 systemd issue Fix path to init for ubuntu1604
- Loading branch information
Scott Nelson Windels
committed
Dec 15, 2016
1 parent
bf19ed4
commit c7c16fd
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
--- | ||
driver: | ||
name: docker | ||
privileged: true | ||
privileged: true | ||
|
||
platforms: | ||
- name: ubuntu-14.04 | ||
- name: ubuntu-16.04 | ||
driver_config: | ||
run_command: /sbin/init | ||
- name: centos-6.4 | ||
- name: centos-7.2 | ||
driver_config: | ||
image: centos:7 | ||
provision_command: yum -y install initscripts | ||
run_command: /usr/sbin/init |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters