File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This role will deploy or redeploy or uninstall and register or unregister local
1313* Supported Linux distros:
1414 * CentOS/RHEL 7,8
1515 * Debian 9,10
16- * Fedora 16+
16+ * Fedora 31,30,29,28
1717 * Ubuntu 16,18
1818
1919* System must have access to the GitHub.
Original file line number Diff line number Diff line change 1313 - 7
1414 - name : Fedora
1515 versions :
16- - all
16+ - 28
17+ - 29
18+ - 30
19+ - 31
1720 - name : Debian
1821 versions :
1922 - buster
Original file line number Diff line number Diff line change @@ -23,6 +23,16 @@ platforms:
2323 volumes :
2424 - /sys/fs/cgroup:/sys/fs/cgroup:ro
2525 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
2636 pre_build_image : yes
2737 - name : Ubuntu16
2838 image : monolithprojects/systemd-ubuntu16:latest
You can’t perform that action at this time.
0 commit comments