File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
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 : centos7
13
13
image : leandelivery/docker-systemd:centos7
14
14
privileged : true
15
15
16
- - name : test-docker- ubuntu18.04-sonarqube
16
+ - name : ubuntu18.04
17
17
image : leandelivery/docker-systemd:ubuntu-18.04
18
18
privileged : true
19
19
security_opts :
@@ -25,8 +25,19 @@ platforms:
25
25
- /run
26
26
capabilities :
27
27
- SYS_ADMIN
28
- groups :
29
- - python3
28
+
29
+ - name : ubuntu20.04
30
+ image : leandelivery/docker-systemd:ubuntu-20.04
31
+ privileged : true
32
+ security_opts :
33
+ - seccomp=unconfined
34
+ volumes :
35
+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
36
+ tmpfs :
37
+ - /tmp
38
+ - /run
39
+ capabilities :
40
+ - SYS_ADMIN
30
41
provisioner :
31
42
name : ansible
32
43
log : true
You can’t perform that action at this time.
0 commit comments