We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ac2de commit c6d4d75Copy full SHA for c6d4d75
meta/main.yml
@@ -13,7 +13,10 @@
13
- 7
14
- name: Fedora
15
versions:
16
- - all
+ - 28
17
+ - 29
18
+ - 30
19
+ - 31
20
- name: Debian
21
22
- buster
molecule/default/molecule.yml
@@ -23,6 +23,16 @@ platforms:
23
volumes:
24
- /sys/fs/cgroup:/sys/fs/cgroup:ro
25
privileged: yes
26
+ pre_build_image: yes
27
+ - name: Fedora31
28
+ image: monolithprojects/systemd-fedora31:latest
29
+ command: /sbin/init
30
+ tmpfs:
31
+ - /run
32
+ - /tmp
33
+ volumes:
34
+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
35
+ privileged: yes
36
pre_build_image: yes
37
- name: Ubuntu16
38
image: monolithprojects/systemd-ubuntu16:latest
0 commit comments