Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 6e32094

Browse files
authored
Merge pull request #186 from dev-sec/1804
add ubuntu 18.04 support
2 parents 1c347af + 8c415e3 commit 6e32094

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.kitchen.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ platforms:
6262
run_command: /sbin/init
6363
provision_command:
6464
- systemctl enable ssh.service
65+
- name: ubuntu1804-ansible-latest
66+
driver:
67+
image: rndmh3ro/docker-ubuntu1804-ansible:latest
68+
platform: ubuntu
69+
run_command: /sbin/init
70+
provision_command:
71+
- systemctl enable ssh.service
6572
- name: debian7-ansible-latest
6673
driver:
6774
image: rndmh3ro/docker-debian7-ansible:latest

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,19 @@ env:
2020
# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
2121
# version: latest
2222

23+
- distro: ubuntu1404
24+
version: latest
25+
init: /sbin/init
26+
2327
- distro: ubuntu1604
2428
version: latest
2529
init: /lib/systemd/systemd
2630
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
2731

28-
- distro: ubuntu1404
32+
- distro: ubuntu1804
2933
version: latest
30-
init: /sbin/init
34+
init: /lib/systemd/systemd
35+
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
3136

3237
- distro: debian7
3338
version: latest

0 commit comments

Comments
 (0)