Skip to content

Commit b25fbdc

Browse files
committed
ci(kitchen): specify image explicitly for each platform
1 parent 1b9d249 commit b25fbdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kitchen.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ platforms:
1717
# test `systemd` services in docker
1818
- name: debian-9
1919
driver_config:
20+
image: debian:9
2021
run_command: /lib/systemd/systemd
2122
provision_command:
2223
- apt-get update && apt-get install -y udev
@@ -28,11 +29,13 @@ platforms:
2829
- apt-get update && apt-get install -y udev
2930
- name: ubuntu-18.04
3031
driver_config:
32+
image: ubuntu:18.04
3133
run_command: /lib/systemd/systemd
3234
provision_command:
3335
- apt-get update && apt-get install -y udev
3436
- name: ubuntu-16.04
3537
driver_config:
38+
image: ubuntu:16.04
3639
run_command: /lib/systemd/systemd
3740
provision_command:
3841
- apt-get update && apt-get install -y udev
@@ -46,6 +49,7 @@ platforms:
4649
# run_command: /usr/lib/systemd/systemd
4750
- name: fedora
4851
driver_config:
52+
image: fedora
4953
run_command: /usr/lib/systemd/systemd
5054
provision_command:
5155
- yum -y update && yum -y install udev

0 commit comments

Comments
 (0)