File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -11,35 +11,30 @@ platforms:
11
11
pre_build_image : false
12
12
command : /sbin/init
13
13
tmpfs :
14
- - " /tmp: exec"
15
- - " /run: rw,noexec,nosuid,nodev"
14
+ " /tmp " : " exec"
15
+ " /run " : " rw,noexec,nosuid,nodev"
16
16
volumes :
17
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
18
- cgroupns_mode : host
17
+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
19
18
20
19
- name : opencast-postgresql-debian
21
20
image : docker.io/debian:latest
22
21
pre_build_image : false
23
22
command : /sbin/init
24
- privileged : true
25
23
tmpfs :
26
- - " /tmp: exec"
27
- - " /run: rw,noexec,nosuid,nodev"
24
+ " /tmp " : " exec"
25
+ " /run " : " rw,noexec,nosuid,nodev"
28
26
volumes :
29
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
30
- cgroupns_mode : host
27
+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
31
28
32
29
- name : opencast-postgresql-ubuntu
33
30
image : docker.io/ubuntu:latest
34
31
pre_build_image : false
35
32
command : /sbin/init
36
- privileged : true
37
33
tmpfs :
38
- - " /tmp: exec"
39
- - " /run: rw,noexec,nosuid,nodev"
34
+ " /tmp " : " exec"
35
+ " /run " : " rw,noexec,nosuid,nodev"
40
36
volumes :
41
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
42
- cgroupns_mode : host
37
+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
43
38
44
39
lint : |
45
40
set -e
You can’t perform that action at this time.
0 commit comments