File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ lint: |
9
9
yamllint . -c .yamllint
10
10
ansible-lint . -c .ansible-lint
11
11
platforms :
12
- - name : test-docker-centos7-sonarqube
12
+ - name : centos-7
13
13
image : leandelivery/docker-systemd:centos7
14
14
privileged : true
15
15
16
- - name : test-docker-ubuntu18 .04-sonarqube
16
+ - name : ubuntu-18 .04
17
17
image : leandelivery/docker-systemd:ubuntu-18.04
18
18
privileged : true
19
19
security_opts :
@@ -27,6 +27,21 @@ platforms:
27
27
- SYS_ADMIN
28
28
groups :
29
29
- python3
30
+
31
+ - name : ubuntu-20.04
32
+ image : leandelivery/docker-systemd:ubuntu-20.04
33
+ privileged : true
34
+ security_opts :
35
+ - seccomp=unconfined
36
+ volumes :
37
+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
38
+ tmpfs :
39
+ - /tmp
40
+ - /run
41
+ capabilities :
42
+ - SYS_ADMIN
43
+ groups :
44
+ - python3
30
45
provisioner :
31
46
name : ansible
32
47
log : true
You can’t perform that action at this time.
0 commit comments