File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments